10 lines
168 B
C
10 lines
168 B
C
|
|
#include "export.h"
|
||
|
|
#include "glad.h"
|
||
|
|
#define GLFW_INCLUDE_NONE
|
||
|
|
#include <GLFW/glfw3.h>
|
||
|
|
|
||
|
|
int PRESS = GLFW_PRESS;
|
||
|
|
int REPEAT = GLFW_REPEAT;
|
||
|
|
int RELEASE = GLFW_RELEASE;
|
||
|
|
|