Zone.h 254 B

123456789101112131415161718
  1. #ifndef ZONE_INC
  2. #define ZONE_INC
  3. const int c_cbURLDB = 255;
  4. const int c_cbSquadDescriptionDB = 510;
  5. const int c_cbLogDB = 500;
  6. const int c_cbZoneNameDB = 30; // size of zone names
  7. #include "Member.h"
  8. #include "Squad.h"
  9. #include "Medal.h"
  10. #endif