wip extract to files
This commit is contained in:
+4
-1
@@ -1,9 +1,10 @@
|
||||
#include <stdbool.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <glad/gl.h>
|
||||
#include <linmath.h>
|
||||
|
||||
#include "glfw.h"
|
||||
|
||||
#ifndef TYPES_H
|
||||
#define TYPES_H
|
||||
|
||||
@@ -42,4 +43,6 @@ typedef struct ShaderProgram {
|
||||
bool error;
|
||||
} ShaderProgram;
|
||||
|
||||
typedef GLFWwindow Window;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user