diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-03 01:09:04 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-03 01:09:04 -0700 |
commit | 8bd37d4fe75a43deab8d6f24b481c23d7f965c5a (patch) | |
tree | 3a606dae6993778919e2ce94c6216d2f8f74d1b2 /src/world.h | |
parent | a8e21e0ac702fc7bcdcaf144f384cbce8aae03d0 (diff) |
More and more level stuff
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world.h b/src/world.h index b364270..c28cfab 100644 --- a/src/world.h +++ b/src/world.h @@ -1,5 +1,6 @@ #include "gameCommon.h" #include "entity.h" +#include <raylib.h> #ifndef WORLD_H #define WORLD_H |