diff options
author | BoredGuy <osome3717@gmail.com> | 2025-07-31 21:20:08 +0300 |
---|---|---|
committer | BoredGuy <osome3717@gmail.com> | 2025-07-31 21:20:08 +0300 |
commit | 2c2910c33c71878c8fb8083c1fbc1a2d282a979b (patch) | |
tree | 5a058b1e03906ef3238c5bb8b60ba5d50443d8bb /src/main.c | |
parent | aa15ed6f4c60e0e0693d4624e3554948078e9a88 (diff) |
Camera System!!!
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,9 +1,9 @@ #include <stdio.h> #include <raylib.h> #include "constants.h" -#include "assets.h" #include "game.h" #include "background.h" +#include "player.h" int main() { SetConfigFlags(FLAG_VSYNC_HINT); //Always better than fixed FPS imo |