add overworld_maps to yaze_load_overworld

This commit is contained in:
scawful
2024-08-09 02:18:49 -04:00
parent 6523844eac
commit 21f49f9946
3 changed files with 10 additions and 1 deletions

View File

@@ -17,6 +17,9 @@ struct z3_overworld_map {
uint8_t* tile16_data; /**< Pointer to the 16x16 tile data. */
};
/**
* @brief Primitive of the overworld.
*/
struct z3_overworld {
z3_overworld_map* maps; /**< Pointer to the overworld maps. */
void* impl; // yaze::app::Overworld*