Minicraft3DS/source/Ingame.h
2018-02-05 19:06:48 +01:00

9 lines
129 B
C

#pragma once
#include <3ds.h>
void startGame(bool load, char *filename);
void tickGame();
void renderGame();
void exitGame();