Test
This commit is contained in:
@@ -6,8 +6,11 @@
|
||||
*/
|
||||
|
||||
#include "game/game.h"
|
||||
#include "scene/scene.h"
|
||||
#include "scene/overworldscene.h"
|
||||
|
||||
errorret_t gameInit(void) {
|
||||
sceneSetActive(overworldSceneCreate());
|
||||
errorOk();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user