remove glfw+gl from forge.c
This commit is contained in:
@@ -46,4 +46,10 @@ typedef struct ShaderProgram {
|
||||
|
||||
typedef GLFWwindow Window;
|
||||
|
||||
typedef struct Context {
|
||||
int width;
|
||||
int height;
|
||||
double time;
|
||||
} Context;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user