SuperAllStarPhotoStudio/include/jfgCharNames.h
2020-07-16 19:15:26 -06:00

13 lines
383 B
C

#ifndef _ROCKET_PHOTO_SHOOT_GEMINI_CHAR_NAMES_HPP
#define _ROCKET_PHOTO_SHOOT_GEMINI_CHAR_NAMES_HPP
extern const char* jfgCharacterNames[];
extern bool jfgCharacterGenders[];
extern const char* jfgCharacterFileNamesSpring[];
extern const char* jfgCharacterFileNamesSummer[];
extern const char* jfgCharacterFileNamesFall[];
extern const char* jfgCharacterFileNamesWinter[];
#endif