2014-10-31 22:20:21 -07:00
|
|
|
#pragma once
|
2014-10-26 18:47:14 -07:00
|
|
|
|
2014-10-31 22:20:21 -07:00
|
|
|
#include <3ds/gfx.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();
|