summaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
new file mode 100644
index 0000000..21e55f1
--- /dev/null
+++ b/src/config.c
@@ -0,0 +1,13 @@
+//
+// Created by sid on 1/2/24.
+//
+#include "config.h"
+
+Config config = {
+ 800,
+ 600,
+ 800 / 2,
+ 600 / 2,
+ "Gw bikin apaan sih",
+ 60
+}; \ No newline at end of file