add yaze_flags, implement yaze_init, yaze_cleanup

This commit is contained in:
scawful
2024-08-08 21:21:24 -04:00
parent bda251767c
commit 8a2477dd1f
3 changed files with 22 additions and 7 deletions

View File

@@ -11,9 +11,11 @@ extern "C" {
#include "base/snes_color.h"
#include "base/sprite.h"
void yaze_initialize(void);
typedef struct yaze_flags yaze_flags;
void yaze_cleanup(void);
void yaze_init(yaze_flags*);
void yaze_cleanup(yaze_flags*);
typedef struct z3_rom z3_rom;
struct z3_rom {