From a65faf84ed05ff9e7d01766aea15aecbeb30a420 Mon Sep 17 00:00:00 2001 From: scawful Date: Thu, 8 Aug 2024 22:49:01 -0400 Subject: [PATCH] add yaze.h to extension.h --- src/ext/extension.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ext/extension.h b/src/ext/extension.h index 595b8be6..d3eb8f93 100644 --- a/src/ext/extension.h +++ b/src/ext/extension.h @@ -5,6 +5,8 @@ extern "C" { #endif +#include "yaze.h" + typedef void (*yaze_imgui_render_callback)(void* editor_context); typedef void (*yaze_rom_operation)(z3_rom* rom);