SuperAllStarPhotoStudio/include/nesCharNames.h
2020-09-03 20:01:13 -06:00

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