mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
14 lines
418 B
C
14 lines
418 B
C
#ifndef _ROCKET_PHOTO_SHOOT_NES_CHAR_NAMES_HPP
|
|
#define _ROCKET_PHOTO_SHOOT_NES_CHAR_NAMES_HPP
|
|
|
|
extern const char* nesCharacterNames[];
|
|
extern const char* famiCharacterNames[];
|
|
|
|
extern bool nesCharacterGenders[];
|
|
|
|
extern const char* nesCharacterFileNamesSpring[];
|
|
extern const char* nesCharacterFileNamesSummer[];
|
|
extern const char* nesCharacterFileNamesFall[];
|
|
extern const char* nesCharacterFileNamesWinter[];
|
|
|
|
#endif |