summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorLuca Sas <sas.luca.alex@gmail.com>2020-10-01 19:20:05 +0100
committerLuca Sas <sas.luca.alex@gmail.com>2020-10-01 19:20:05 +0100
commit6bcb1207addb4afe041c94e68e23c77175164956 (patch)
tree5e6d1e11364adb960114bc6c327ad43f78da8d02 /src/main.c
parent45ee5878397822c41b9109d0e3bc2d635c8c8634 (diff)
parent2b57b3d884dd42e5faeb8399972ef5e9dc75a840 (diff)
downloadgamejam-slgj-2024-6bcb1207addb4afe041c94e68e23c77175164956.tar.gz
gamejam-slgj-2024-6bcb1207addb4afe041c94e68e23c77175164956.tar.bz2
gamejam-slgj-2024-6bcb1207addb4afe041c94e68e23c77175164956.zip
Fixed conflicts
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index 570fa23..aeaa9df 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3,11 +3,6 @@
#define SCREEN_WIDTH (800)
#define SCREEN_HEIGHT (450)
-// This is set in the cmake file by default, if you don't use cmake you can set this macro to the path to your asset folder
-#ifndef ASSETS_PATH
-#define ASSETS_PATH "assets/"
-#endif
-
int main(void)
{
InitWindow(SCREEN_WIDTH, SCREEN_HEIGHT, "Window title");
@@ -35,4 +30,4 @@ int main(void)
CloseWindow();
return 0;
-} \ No newline at end of file
+}