Using S7; edit Makefile for debug, windows compilation

This commit is contained in:
2022-12-12 16:48:21 +00:00
parent 998cb11218
commit 18eefd4937
483 changed files with 97382 additions and 301477 deletions

View File

@@ -5,8 +5,6 @@
#include <stdbool.h>
#include <stdint.h>
#include "mruby.h"
struct window {
GLFWwindow *window;
int id;
@@ -21,8 +19,6 @@ struct window {
bool iconified;
bool shown;
float projection[16];
mrb_sym nuke_cb;
mrb_sym gui_cb;
void (*nuke_gui)();
};