Public Member Functions | Protected Attributes | List of all members
cpp3ds::Game Class Referenceabstract

cpp3ds::Game example goes here More...

#include <Game.hpp>

Public Member Functions

virtual void update (float delta)=0
 
virtual void processEvent (Event &event)=0
 
virtual void renderTopScreen (Window &window)=0
 
virtual void renderBottomScreen (Window &window)=0
 
void console (Screen screen=BottomScreen, Color color=Color::White)
 
void render ()
 
void run ()
 
void exit ()
 

Protected Attributes

Window windowTop
 
Window windowBottom
 

Detailed Description

cpp3ds::Game example goes here

Definition at line 18 of file Game.hpp.


The documentation for this class was generated from the following file: