update yaze.xcodeproj

This commit is contained in:
scawful
2024-08-10 20:11:54 -04:00
parent 2d8a658e5e
commit 23f00ce478
4 changed files with 29 additions and 24 deletions

View File

@@ -12,6 +12,9 @@ extern "C" {
#include "base/snes_color.h"
#include "base/sprite.h"
typedef struct ImGuiContext ImGuiContext;
typedef struct ImGuiIO ImGuiIO;
typedef struct z3_rom z3_rom;
typedef struct yaze_flags yaze_flags;
typedef struct yaze_project yaze_project;