diff options
-rw-r--r-- | src/main.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3,9 +3,6 @@ #define SCREEN_WIDTH (800) #define SCREEN_HEIGHT (450) -// Change this depending on the path of your executable relative to the assets folder -#define ASSET_PATH "assets/" - int main(void) { // Initialization @@ -47,4 +44,4 @@ int main(void) CloseWindow(); // Close window and OpenGL context return 0; -}
\ No newline at end of file +} |