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