diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-12-20 14:52:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-20 06:52:36 -0700 |
| commit | 586db3dcdad0a7155cb0540f8bc39f2d7d4a0ab0 (patch) | |
| tree | 3d23e921b8e20110711f3df22ef8602d2d0a2334 /src/engine/RandomItemTable.cpp | |
| parent | 5d54756d2d552cab64dcb2d6e4916236b8ae8f22 (diff) | |
fix hedgehog custom texture (#607)
Diffstat (limited to 'src/engine/RandomItemTable.cpp')
| -rw-r--r-- | src/engine/RandomItemTable.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/RandomItemTable.cpp b/src/engine/RandomItemTable.cpp index 603dc5c1e..5251bfbf7 100644 --- a/src/engine/RandomItemTable.cpp +++ b/src/engine/RandomItemTable.cpp @@ -1,4 +1,5 @@ #include "RandomItemTable.h" +#include "defines.h" #include "port/Game.h" extern "C" { |
