mirror of
https://github.com/GeekJoystick/game-and-watch-game-engine.git
synced 2025-12-17 01:16:10 +01:00
Split up main header file into smaller parts Fixed Collision math Updated Input Removed pausing dead code
5 lines
125 B
Desktop File
5 lines
125 B
Desktop File
C_INCLUDES = \
|
|
-ICore/Inc/Engine \
|
|
|
|
all:
|
|
g++ Core/Src/main.cpp -o main -lSDL2 -Wall -O2 -DDESKTOP -DCOMPILING $(C_INCLUDES) |