config file source
This commit is contained in:
+10
@@ -1,5 +1,6 @@
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <glad/gl.h>
|
||||
#include <hashmap.h>
|
||||
#include <linmath.h>
|
||||
#include <stdbool.h>
|
||||
#include <sys/time.h>
|
||||
@@ -77,4 +78,13 @@ typedef struct Timer {
|
||||
unsigned int target;
|
||||
} Timer;
|
||||
|
||||
typedef struct ConfigFile {
|
||||
struct hashmap *map;
|
||||
} ConfigFile;
|
||||
|
||||
typedef struct ConfigFileItem {
|
||||
char *key;
|
||||
char *value;
|
||||
} ConfigFileItem;
|
||||
|
||||
#endif /* TYPES_H */
|
||||
Reference in New Issue
Block a user