initial commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
#ifndef TYPES_H
|
||||
#define TYPES_H
|
||||
|
||||
struct Parameters {
|
||||
// TODO
|
||||
};
|
||||
|
||||
typedef struct Parameters parameters;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user