Added assets

This commit is contained in:
2021-05-21 07:20:22 -07:00
parent 8f124b04bd
commit 2d6d8680bd
7 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;