Minicraft3DS/source/Ingame.h
Andre Schweiger d2f7796b79 Version 1.5.0
Big Refactor
2018-02-04 18:05:43 +01:00

7 lines
111 B
C

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