9 lines
171 B
C
9 lines
171 B
C
#pragma once
|
|
|
|
#include <3ds/gfx.h>
|
|
|
|
void drawFrames();
|
|
void print(gfxScreen_t screen, const char* format, ...);
|
|
void clearScreen(gfxScreen_t screen);
|
|
void clearScreens();
|