diff options
author | nathan <nathan@disroot.org> | 2025-07-17 05:06:22 +0000 |
---|---|---|
committer | nathan <nathan@disroot.org> | 2025-07-17 05:06:22 +0000 |
commit | 19d6df5e710cfeec0408062f408e5ec3f447339c (patch) | |
tree | 7c952a0259cfb5f3d47282f6e3984e7361e99e17 /src/world.h | |
parent | ebc52f2a55c848b2915e5191757ea2790c0377f1 (diff) | |
download | FindThings-19d6df5e710cfeec0408062f408e5ec3f447339c.tar.gz FindThings-19d6df5e710cfeec0408062f408e5ec3f447339c.tar.bz2 FindThings-19d6df5e710cfeec0408062f408e5ec3f447339c.zip |
A tiny bit better
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/world.h b/src/world.h index ada9fa1..21f5aec 100644 --- a/src/world.h +++ b/src/world.h @@ -2,8 +2,6 @@ #include "assets.h" #include "entity.h" -// This file is likely completely change. - #ifndef WORLD_H #define WORLD_H |