10 lines
146 B
C
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 |