Remove a struct

This commit is contained in:
khanhduytran0 2020-10-28 06:07:47 +07:00
parent b27c89902a
commit 96491e143f

View File

@ -11,7 +11,7 @@ struct GLFWInputEvent {
int i1, i2, i3, i4;
double d1, d2;
};
struct char* glfwInputEventArr[100];
char* glfwInputEventArr[100];
// struct GLFWInputEvent glfwInputEventArr[100];
int glfwInputEventIndex;