index
:
tarla
master
kule savunma ve çiftlik oyunu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
def.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'def.h')
-rw-r--r--
def.h
9
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