Pool End Game
Chapter 3 of Ian Parberry's "Introduction to Game Physics with Box2D"
 All Classes Files Functions Variables Enumerations Pages
Enumerations
gamedefines.h File Reference

Game defines. More...

#include "defines.h"

Enumerations

enum  GameObjectType { ARROW_OBJECT, CUEBALL_OBJECT, EIGHTBALL_OBJECT }
 Object type. More...
 
enum  GameStateType {
  INITIAL_GAMESTATE, BALLSMOVING_GAMESTATE, SETTINGUPSHOT_GAMESTATE, WON_GAMESTATE,
  LOST_GAMESTATE
}
 State of game play, including whether the player has won or lost.
 

Detailed Description

Game defines.

Enumeration Type Documentation

Object type.

Types of object that can appear in the game.