I hate cmake
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user