namespace housekeeping

This commit is contained in:
Justin Scofield
2022-06-10 13:07:27 -04:00
parent 7cb3353736
commit 2ad2e3c199
4 changed files with 19 additions and 15 deletions

View File

@@ -5,6 +5,7 @@ namespace Application {
namespace Data {
using namespace Core;
using namespace Graphics;
OverworldMap::OverworldMap(Utils::ROM rom, byte index)
: rom_(rom), index(index), parent(index) {