mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-19 01:25:35 -04:00
23 lines
352 B
C
23 lines
352 B
C
#include <stdbool.h>
|
|
|
|
const char* import_ss1CharacterNames[] = {
|
|
"Grace",
|
|
"Renee",
|
|
"Dominic",
|
|
"Eunice",
|
|
"Felicity",
|
|
"Libby",
|
|
"Didi",
|
|
"Olivia",
|
|
};
|
|
|
|
bool import_ss1CharacterGenders[] = {
|
|
false, // Female
|
|
false, // Female
|
|
true, // Male
|
|
false, // Female
|
|
false, // Female
|
|
false, // Female
|
|
false, // Female
|
|
false, // Female
|
|
}; |