add dungeon.h to incl

This commit is contained in:
scawful
2024-10-07 07:59:38 -04:00
parent 1bc3188f1b
commit 3be53b9e53
3 changed files with 30 additions and 14 deletions

View File

@@ -11,6 +11,7 @@
#include "app/rom.h"
#include "app/zelda3/dungeon/room_object.h"
#include "app/zelda3/sprite/sprite.h"
#include "incl/dungeon.h"
namespace yaze {
namespace app {