My Project
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  DamageCalculations
 This class calculates all damage related calculations More...
 
class  Game
 Main Controller for game More...
 
class  GameFunction
 Contains functions that update the Model. 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.