APL/APL1.1/SAE11_2021/graph_sup.h

10 lines
146 B
C
Raw Normal View History

2021-11-22 17:29:33 +01:00
#ifndef _GRAPH_SUP_H
#define _GRAPH_SUP_H
int RegisterInputs(char * screen);
int DrawNextFrame(void);
void DrawGraphics(char * screen);
#endif