7 lines
119 B
C
7 lines
119 B
C
#pragma once
|
|
|
|
void game_screen_init();
|
|
void game_screen_update();
|
|
void game_screen_draw();
|
|
void game_screen_cleanup();
|