mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
13 lines
393 B
C
13 lines
393 B
C
#ifndef _ROCKET_PHOTO_SHOOT_SWAPNOTE_CHAR_NAMES_HPP
|
|
#define _ROCKET_PHOTO_SHOOT_SWAPNOTE_CHAR_NAMES_HPP
|
|
|
|
extern const char* swapCharacterNames[];
|
|
|
|
extern bool swapCharacterGenders[];
|
|
|
|
extern const char* swapCharacterFileNamesSpring[];
|
|
extern const char* swapCharacterFileNamesSummer[];
|
|
extern const char* swapCharacterFileNamesFall[];
|
|
extern const char* swapCharacterFileNamesWinter[];
|
|
|
|
#endif |