This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
game-ctrl-01/displayTest.h

12 lines
131 B
C
Raw Permalink Normal View History

2024-03-08 09:57:47 +01:00
#ifndef _DISPLAY_TEST_H_
#define _DISPLAY_TEST_H_
void displayTestInit();
void displayTestExec();
#endif // _DISPLAY_TEST_H_