mirror of
https://github.com/RocketRobz/SavvyManager.git
synced 2025-06-18 17:15:34 -04:00
13 lines
423 B
C
13 lines
423 B
C
#ifndef _SAVVY_MANAGER_IMPORT_SS3_CHAR_NAMES_HPP
|
|
#define _SAVVY_MANAGER_IMPORT_SS3_CHAR_NAMES_HPP
|
|
|
|
extern const char* import_ss3CharacterNames[];
|
|
|
|
extern bool import_ss3CharacterGenders[];
|
|
|
|
extern const char* ss3CharacterPreviewFileNamesSpring[];
|
|
extern const char* ss3CharacterPreviewFileNamesSummer[];
|
|
extern const char* ss3CharacterPreviewFileNamesFall[];
|
|
extern const char* ss3CharacterPreviewFileNamesWinter[];
|
|
|
|
#endif |