SuperAllStarPhotoStudio/include/smCharNames.h
2020-07-12 22:36:41 -06:00

13 lines
375 B
C

#ifndef _ROCKET_PHOTO_SHOOT_MARIO_CHAR_NAMES_HPP
#define _ROCKET_PHOTO_SHOOT_MARIO_CHAR_NAMES_HPP
extern const char* smCharacterNames[];
extern bool smCharacterGenders[];
extern const char* smCharacterFileNamesSpring[];
extern const char* smCharacterFileNamesSummer[];
extern const char* smCharacterFileNamesFall[];
extern const char* smCharacterFileNamesWinter[];
#endif