Files
source/Tactical/qarray.h
T

15 lines
450 B
C

#ifndef __Q_ARRAY_H
#define __Q_ARRAY_H
extern BOOLEAN QuoteExp_HeadShotOnly[NUM_PROFILES];
extern BOOLEAN QuoteExp_TeamSpecific[NUM_PROFILES];
extern BOOLEAN QuoteExp_GenderCode[NUM_PROFILES];
extern BOOLEAN QuoteExp_GotGunOrUsedGun[NUM_PROFILES];
extern BOOLEAN QuoteExp_PassingDislike[NUM_PROFILES];
extern BOOLEAN QuoteExp_WitnessQueenBugDeath[NUM_PROFILES];
extern BOOLEAN QuoteExp_WitnessDeidrannaDeath[NUM_PROFILES];
#endif