Tuxánci 2
Successor to Tuxánci
 
Loading...
Searching...
No Matches
screen.h File Reference

Screen system. More...

Go to the source code of this file.

Enumerations

enum  GameScreen { MAINMENU , MENU }
 Diffrent screens you can go to. More...
 

Functions

void screenUpdate (void)
 Update the selected currentScreen.
 
void screenDraw (void)
 Draw the selected currentScreen.
 
void screenDraw3D (void)
 Draw the 3D scene of the selected currentScreen.
 

Variables

GameScreen currentScreen
 Set starting currentScreen.
 

Detailed Description

Screen system.

Enumeration Type Documentation

◆ GameScreen

enum GameScreen

Diffrent screens you can go to.

Enumerator
MAINMENU 

Main menu (the inital screen)

MENU 

Menu (used when a menu window is on the screen)