mirror of
https://github.com/Nightkingale/Wii-U-Account-Swap.git
synced 2026-05-05 20:45:41 -05:00
9 lines
174 B
C
9 lines
174 B
C
// screens.h
|
|
#ifndef SCREENS_H
|
|
#define SCREENS_H
|
|
|
|
void printOnScreen(int line, const char* format, ...);
|
|
void printMainMenu();
|
|
void printWarningScreen();
|
|
|
|
#endif // SCREENS_H
|