00001 // --------------------------------------------------------------------------- 00002 // PLATFORM: All - 00003 // PRODUCT: Fourplay - 00004 // VISIBILITY: Public - 00005 // --------------------------------------------------------------------------- 00006 // - 00007 // PURPOSE: Constants to be used in various places across the project. - 00008 // - 00009 // --------------------------------------------------------------------------- 00010 00011 #pragma once 00012 00017 class CONSTANTS 00018 { 00019 public: 00021 #define SCREEN_SCALE 1.0f 00022 00024 #define TWO_PI 6.28318530718f 00025 00027 #define BASE_GRAVITY 9.81f 00028 00030 static const int COLUMN_DIMENSION = 85; 00031 };