Hummingbird Framework
 All Classes Functions Variables Modules Pages
hb::Plugin Class Reference

Base class for implementing custom Plugins. More...

#include <Plugin.h>

Inheritance diagram for hb::Plugin:

Public Member Functions

 Plugin ()
 Class constructor.
 
virtual ~Plugin ()
 Class destructor.
 
virtual void gameStart ()
 Function executed just before entering the gameloop.
 
virtual void preUpdate ()
 Function executed before updating the GameObjects.
 
virtual void postUpdate ()
 Function executed after updating the GameObjects.
 
virtual void gameEnd ()
 Function executed after exiting the gameloop.
 

Detailed Description

Base class for implementing custom Plugins.


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