Blaze Brigade  Rev0
Classes
Controller Namespace Reference

The controller in MVC. These classes will control how the Model is used, and how the View will be displayed to the user. More...

Classes

class  Game
 Main Controller for game More...
 
class  GameFunction
 Contains functions pertaining to the general game. More...
 
class  MouseHandler
 Handles all user mouse input. More...
 

Detailed Description

The controller in MVC. These classes will control how the Model is used, and how the View will be displayed to the user.