00001 #ifndef CONFIG_H_ 00002 #define CONFIG_H_ 00003 00007 static const int width = 800; 00008 00012 static const int height = 600; 00013 00017 static const float tankWidth = 560.0; 00018 00022 static const float tankHeight = 180.0; 00023 00027 static const float tankDepth = 200.0; 00028 00029 #endif /*CONFIG_H_*/