123456789101112131415161718 |
- #ifndef ZONE_INC
- #define ZONE_INC
- const int c_cbURLDB = 255;
- const int c_cbSquadDescriptionDB = 510;
- const int c_cbLogDB = 500;
- const int c_cbZoneNameDB = 30; // size of zone names
- #include "Member.h"
- #include "Squad.h"
- #include "Medal.h"
- #endif
|