10 lines
123 B
C
10 lines
123 B
C
#ifndef OUTPUT_H
|
|
#define OUTPUT_H
|
|
|
|
extern char superStr[];
|
|
|
|
void drawFrame();
|
|
void print(const char* format, ...);
|
|
|
|
#endif
|