hwtests/source/output.h

9 lines
118 B
C
Raw Normal View History

2014-10-26 18:47:14 -07:00
#ifndef OUTPUT_H
#define OUTPUT_H
void drawFrame();
void print(const char* format, ...);
void clearScreen();
2014-10-26 18:47:14 -07:00
#endif