summaryrefslogtreecommitdiff
path: root/def.h
diff options
context:
space:
mode:
authorriton <riton@riton.home>2025-03-29 21:37:46 +0300
committerriton <riton@riton.home>2025-03-29 21:37:46 +0300
commit1b6ecc22e77b7aa1fee16420b041c1dea1925052 (patch)
tree6816b0d3ebcfa30492371233fcce253ef5275f31 /def.h
init repoHEADmaster
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