housekeeping

This commit is contained in:
scawful
2025-05-10 09:43:17 -04:00
parent 179ab5bc40
commit a2af47fd0a
3 changed files with 71 additions and 61 deletions

View File

@@ -5,8 +5,8 @@
extern "C" {
#endif
#include <stdint.h>
#include <stdbool.h>
#include <stdint.h>
/**
* @brief Different versions of the game supported by yaze.
@@ -117,8 +117,8 @@ typedef struct zelda3_overworld_map {
* @brief Primitive of the overworld.
*/
typedef struct zelda3_overworld {
void *impl; // yaze::Overworld*
zelda3_overworld_map **maps; /**< Pointer to the overworld maps. */
void* impl; // yaze::Overworld*
zelda3_overworld_map** maps; /**< Pointer to the overworld maps. */
} zelda3_overworld;
typedef struct dungeon_sprite {