SuperAllStarPhotoStudio/include/sthCharNames.h
2020-07-13 00:07:48 -06:00

13 lines
381 B
C

#ifndef _ROCKET_PHOTO_SHOOT_SONIC_CHAR_NAMES_HPP
#define _ROCKET_PHOTO_SHOOT_SONIC_CHAR_NAMES_HPP
extern const char* sthCharacterNames[];
extern bool sthCharacterGenders[];
extern const char* sthCharacterFileNamesSpring[];
extern const char* sthCharacterFileNamesSummer[];
extern const char* sthCharacterFileNamesFall[];
extern const char* sthCharacterFileNamesWinter[];
#endif