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