diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 +} |