Bowls
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Game.h File Reference
#include <time.h>
#include "cgg/cgg.h"
#include "Kinect.h"
#include "Timer.h"
#include "Bowl.h"
#include "Jack.h"
#include "Physics.h"
Include dependency graph for Game.h:

Go to the source code of this file.

Classes

class  Game
 the Game object where all of the functions of the game is stored. More...
 

Enumerations

enum  PlayerName {
  RedPlayer,
  BluePlayer
}
 an eNum to identify the current players turn More...
 

Enumeration Type Documentation

enum PlayerName

an eNum to identify the current players turn

Enumerator
RedPlayer 
BluePlayer 

Definition at line 12 of file Game.h.