Added assets

This commit is contained in:
2021-05-21 07:20:22 -07:00
parent 8fbf353cd9
commit 58e86d160e
4 changed files with 9 additions and 19 deletions

View File

@ -5,6 +5,8 @@
#include "glwfwplatform.h"
game_t GAME_STATE;
GLFWwindow *window = NULL;
int32_t main() {

View File

@ -16,6 +16,9 @@
#define WINDOW_WIDTH_DEFAULT 480
#define WINDOW_HEIGHT_DEFAULT 270
/** The current running game state. */
extern game_t GAME_STATE;
/** The GLFW Window Context Pointer */
extern GLFWwindow *window;