Improving tests.

This commit is contained in:
2021-10-11 21:24:43 -07:00
parent 169a4e9632
commit a09e74ce76
6 changed files with 8 additions and 14 deletions

View File

@ -17,12 +17,6 @@
#define GLFW_PLATFORM_INPUT_MOUSE_X (inputsource_t)0xFF
#define GLFW_PLATFORM_INPUT_MOUSE_Y (inputsource_t)0xFE
/** The current running game state. */
extern game_t *GAME_STATE;
/** The GLFW Window Context Pointer */
extern GLFWwindow *window;
/**
* Entry of the program
* @return 0 if success, anything else for failure.