I hate cmake

This commit is contained in:
2021-11-07 19:42:50 -08:00
parent b06099d11e
commit a2a839cbac
4 changed files with 124 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
#include "game.h"
#define CHUNK 16384
bool sandboxGameInit(sandboxgame_t *game) {
quadInit(&game->quad, 0, 0,0,0,0, 500,500,1,1);
@@ -25,6 +27,8 @@ bool sandboxGameInit(sandboxgame_t *game) {
assetManagerStart(&game->manager);
return true;
}