Go to the source code of this file.
      
        
          | #define CONDITION_LENGTH   64 | 
        
      
 
 
      
        
          | #define DATE_TIME_LENGTH   48 | 
        
      
 
 
      
        
          | #define FILESPEC_LENGTH   64 | 
        
      
 
 
      
        
          | #define MAX_BEAM_SECTIONS   5 | 
        
      
 
 
      
        
          | #define MAX_COMPLETE_ESCORT_LIST   20 | 
        
      
 
 
      
        
          | #define MAX_MODEL_TEXTURES   64 | 
        
      
 
 
      
        
          | #define MAX_POLYGON_MODELS   300 | 
        
      
 
 
      
        
          | #define MAX_SHIP_CLASSES   500 | 
        
      
 
 
      
        
          | #define MAX_SHIP_CLASSES_MULTI   130 | 
        
      
 
 
      
        
          | #define MAX_SHIP_PRIMARY_BANKS   3 | 
        
      
 
 
      
        
          | #define MAX_SHIP_SECONDARY_BANKS   4 | 
        
      
 
 
      
        
          | #define MAX_SHIPS_PER_WING   6 | 
        
      
 
 
      
        
          | #define MAX_SQUADRON_WINGS   5 | 
        
      
 
 
      
        
          | #define MAX_STARTING_WINGS   3 | 
        
      
 
 
      
        
          | #define MAX_TVT_WINGS_PER_TEAM   1 | 
        
      
 
 
      
        
          | #define MAX_WEAPON_TYPES   300 | 
        
      
 
 
      
        
          | #define MESSAGE_LENGTH   512 | 
        
      
 
 
      
        
          | #define MISSION_DESC_LENGTH   512 | 
        
      
 
 
      
        
          | #define MULTITEXT_LENGTH   4096 | 
        
      
 
 
      
        
          | #define NOTES_LENGTH   1024 | 
        
      
 
 
      
        
          | #define PATHNAME_LENGTH   192 | 
        
      
 
 
      
        
          | #define SHORT_CALLSIGN_PIXEL_W   80 | 
        
      
 
 
      
        
          | #define TRAINING_MESSAGE_LENGTH   512 |