Refactor file paths for extension headers

This commit is contained in:
scawful
2024-08-30 02:22:08 -04:00
parent 52c844eb98
commit 2681e46a7b
17 changed files with 18 additions and 18 deletions

View File

@@ -8,9 +8,9 @@ extern "C" {
#include <stddef.h>
#include <stdint.h>
#include "base/overworld.h"
#include "base/snes_color.h"
#include "base/sprite.h"
#include "incl/overworld.h"
#include "incl/snes_color.h"
#include "incl/sprite.h"
typedef struct z3_rom z3_rom;
typedef struct yaze_flags yaze_flags;