7 lines
68 B
C
7 lines
68 B
C
![]() |
#ifndef GAME_RENDER_H
|
||
|
#define GAME_RENDER_H
|
||
|
|
||
|
void Render();
|
||
|
|
||
|
#endif
|