2014-10-31 22:20:21 -07:00
|
|
|
#pragma once
|
2014-10-26 18:47:14 -07:00
|
|
|
|
2014-11-21 21:26:24 -08:00
|
|
|
#include <3ds.h>
|
2014-10-26 18:47:14 -07:00
|
|
|
|
2014-10-31 22:20:21 -07:00
|
|
|
void drawFrames();
|
|
|
|
void print(gfxScreen_t screen, const char* format, ...);
|
|
|
|
void clearScreen(gfxScreen_t screen);
|
|
|
|
void clearScreens();
|