9 lines
85 B
C
9 lines
85 B
C
|
|
#ifndef SCREEN_H
|
||
|
|
#define SCREEN_H
|
||
|
|
|
||
|
|
#define GAME_FPS 60
|
||
|
|
|
||
|
|
void DrawLevel00();
|
||
|
|
|
||
|
|
#endif
|