SuperAllStarPhotoStudio/include/nightsCharNames.h
2020-09-05 11:00:53 -06:00

13 lines
401 B
C

#ifndef _ROCKET_PHOTO_SHOOT_NIGHTS_CHAR_NAMES_HPP
#define _ROCKET_PHOTO_SHOOT_NIGHTS_CHAR_NAMES_HPP
extern const char* nightsCharacterNames[];
extern bool nightsCharacterGenders[];
extern const char* nightsCharacterFileNamesSpring[];
extern const char* nightsCharacterFileNamesSummer[];
extern const char* nightsCharacterFileNamesFall[];
extern const char* nightsCharacterFileNamesWinter[];
#endif