mirror of
https://github.com/Spritetm/minimacplus.git
synced 2024-11-05 10:04:29 +00:00
5 lines
67 B
C
5 lines
67 B
C
#include <stdint.h>
|
|
|
|
void dispInit();
|
|
void dispDraw(uint8_t *mem);
|