housekeeping cli and py

This commit is contained in:
scawful
2024-08-10 20:30:45 -04:00
parent 23f00ce478
commit 6e6f833b8e
4 changed files with 8 additions and 25 deletions

View File

@@ -21,8 +21,8 @@ struct z3_overworld_map {
* @brief Primitive of the overworld.
*/
struct z3_overworld {
z3_overworld_map* maps; /**< Pointer to the overworld maps. */
void* impl; // yaze::app::Overworld*
z3_overworld_map** maps; /**< Pointer to the overworld maps. */
void* impl; // yaze::app::Overworld*
};
#ifdef __cplusplus