diff options
Diffstat (limited to 'examples/core/core_basic_screen_manager.c')
| -rw-r--r-- | examples/core/core_basic_screen_manager.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/core/core_basic_screen_manager.c b/examples/core/core_basic_screen_manager.c index 6051f175..009dd014 100644 --- a/examples/core/core_basic_screen_manager.c +++ b/examples/core/core_basic_screen_manager.c @@ -18,9 +18,9 @@ //------------------------------------------------------------------------------------------ typedef enum GameScreen { LOGO = 0, TITLE, GAMEPLAY, ENDING } GameScreen; -//------------------------------------------------------------------------------------------ -// Main entry point -//------------------------------------------------------------------------------------------ +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main(void) { // Initialization |
