This commit is contained in:
2022-08-14 19:19:36 +00:00
parent b0d2757f70
commit 28c69ff62f
27 changed files with 900 additions and 1117 deletions

View File

@@ -23,6 +23,7 @@ struct mSDLWindow {
float projection[16];
mrb_sym nuke_cb;
mrb_sym gui_cb;
void (*nuke_gui)();
};
struct Texture;