00001 #ifndef _WINC_CONST 00002 #define _WINC_CONST 00003 00004 namespace WXP { 00005 struct Const { 00006 public: 00007 static const int MISS; 00009 static const float PI; 00010 static const float EARTH; 00011 static const float TWO_PI; 00012 static const float DRC; 00013 static const float RDC; 00014 static const float R; 00015 static const float G; 00016 static const float CP; 00017 static const float CV; 00018 }; 00019 00020 } 00021 #endif
1.6.1