Neo  0.5.0
Developer Documentation
Neo::SubGame Class Referenceabstract

#include <NeoGame.h>

Public Member Functions

virtual void update (void)=0
 
virtual void draw (void)=0
 
virtual void onBegin (void)=0
 
virtual void onEnd (void)=0
 

Detailed Description

This class represents a "sub-game" that contains overwritten onBegin, update, draw and onEnd methods. This should be used by plugins that do not want to replace the global NeoGame but just want to install callbacks for those methods.

Member Function Documentation

virtual void Neo::SubGame::draw ( void  )
pure virtual
virtual void Neo::SubGame::onBegin ( void  )
pure virtual
virtual void Neo::SubGame::onEnd ( void  )
pure virtual
virtual void Neo::SubGame::update ( void  )
pure virtual

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