A5200DS/arm9/source/highscore.h
wavemotion-dave 5f22b79a4f V2.9
* High Score support added!
  * Added swap LCD functionality with L+R+A (hold for 1 sec)
2021-07-22 21:37:20 -04:00

12 lines
200 B
C

#ifndef __HIGHSCORE_H
#define __HIGHSCORE_H
#include <nds.h>
#include "cartridge.h"
extern void highscore_init(void);
extern void highscore_save(void);
extern void highscore_display(void);
#endif