chore: Enable building tests in CMakeLists.txt

This commit is contained in:
scawful
2024-08-30 20:17:41 -04:00
parent 99467bb734
commit d7849c2098
2 changed files with 1 additions and 6 deletions

View File

@@ -438,11 +438,6 @@ constexpr int LimitOfMap32 = 8864;
constexpr int NumberOfOWSprites = 352;
constexpr int NumberOfMap32 = Map32PerScreen * kNumOverworldMaps;
struct MapData {
std::vector<uint8_t> highData;
std::vector<uint8_t> lowData;
};
/**
* @brief Represents the full Overworld data, light and dark world.
*