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-12-10 22:24:26 -08:00
|
|
|
#include <string>
|
2014-10-26 18:47:14 -07:00
|
|
|
|
2014-12-10 22:24:26 -08:00
|
|
|
void DrawFrames();
|
|
|
|
void Print(gfxScreen_t screen, const std::string& text);
|
|
|
|
void ClearScreen(gfxScreen_t screen);
|
|
|
|
void ClearScreens();
|