summaryrefslogtreecommitdiff
path: root/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'def.h')
-rw-r--r--def.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/def.h b/def.h
new file mode 100644
index 0000000..889488d
--- /dev/null
+++ b/def.h
@@ -0,0 +1,9 @@
+#ifndef TANIM_H
+#define TANIM_H
+
+#define WINDOW_HEIGHT 600
+#define WINDOW_WIDTH 800
+#define FPS 60
+
+
+#endif