SuperAllStarPhotoStudio/include/sc5CharNames.h
2020-08-22 00:23:34 -06:00

13 lines
387 B
C

#ifndef _ROCKET_PHOTO_SHOOT_SPACE_CH_CHAR_NAMES_HPP
#define _ROCKET_PHOTO_SHOOT_SPACE_CH_CHAR_NAMES_HPP
extern const char* sc5CharacterNames[];
extern bool sc5CharacterGenders[];
extern const char* sc5CharacterFileNamesSpring[];
extern const char* sc5CharacterFileNamesSummer[];
extern const char* sc5CharacterFileNamesFall[];
extern const char* sc5CharacterFileNamesWinter[];
#endif