Spore ModAPI/Spore/App/IGameMode.h file

Namespaces

namespace App
This namespace contains basic utilities that allow to properly interact with the app.

Classes

class App::IGameMode
An interface that represents a mode in the game, that can receive mouse/keyboard input and update every frame.
class App::IGameModeObject
Same as App::IGameMode, but this one includes a Cast method similar to the one in the Object class.

Defines

#define IGameModePtr