summaryrefslogtreecommitdiff
path: root/src/include/data_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/data_config.h')
-rw-r--r--src/include/data_config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/data_config.h b/src/include/data_config.h
new file mode 100644
index 0000000..1a18d02
--- /dev/null
+++ b/src/include/data_config.h
@@ -0,0 +1,9 @@
+#ifndef DATA_CONFIG_H
+#define DATA_CONFIG_H
+
+//////////////////////// CONFIG.INI FILE ////////////////////////
+typedef struct {
+ SDL_Rect screen;
+} gameConfig_t;
+
+#endif /*DATA_CONFIG_H*/