Added game files
This commit is contained in:
parent
704637d45e
commit
340b9b6900
31 changed files with 5427 additions and 0 deletions
12
source/Menu.h
Normal file
12
source/Menu.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <3ds.h>
|
||||
#include <string.h>
|
||||
#include <sf2d.h>
|
||||
#include <dirent.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "Render.h"
|
||||
|
||||
void renderMenu(int menu,int xscr,int yscr);
|
||||
void tickMenu(int menu);
|
Loading…
Add table
Add a link
Reference in a new issue