Using S7; edit Makefile for debug, windows compilation
This commit is contained in:
@@ -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)();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user