APL/APL1.1/SAE11_2021/graph_sup.h
2021-11-22 17:29:33 +01:00

10 lines
146 B
C

#ifndef _GRAPH_SUP_H
#define _GRAPH_SUP_H
int RegisterInputs(char * screen);
int DrawNextFrame(void);
void DrawGraphics(char * screen);
#endif