hwtests/source/output.h

10 lines
185 B
C
Raw Normal View History

#pragma once
2014-10-26 18:47:14 -07:00
#include <3ds.h>
#include <string>
2014-10-26 18:47:14 -07:00
void DrawFrames();
void Print(gfxScreen_t screen, const std::string& text);
void ClearScreen(gfxScreen_t screen);
void ClearScreens();