Pol  Revision:2e7cf44
pol/wrldsize.h
Go to the documentation of this file.
00001 /*
00002 History
00003 =======
00004 
00005 
00006 Notes
00007 =======
00008 
00009 */
00010 
00011 #ifndef WRLDSIZE_H
00012 #define WRLDSIZE_H
00013 namespace Pol {
00014   namespace Core {
00015     const unsigned short WORLD_X = 6144;
00016     const unsigned short WORLD_Y = 4096;
00017 
00018     const short WORLD_MIN_Z = -128;
00019     const short WORLD_MAX_Z = +127;
00020   }
00021 }
00022 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines