
Untitled
By: a guest on
May 5th, 2012 | syntax:
C++ | size: 0.18 KB | hits: 14 | expires: Never
class GameEngine
: public Engine
{
public:
// init, update, etc.
private:
// have this as a Singleton or composed of the GameEngine?
GraphicsEngine graphicsEngine;
};