#ifndef GLUE_C_CHARACTER_SELECTION_HPP #define GLUE_C_CHARACTER_SELECTION_HPP #include struct CharacterSelectionDisplay { // TODO }; class CCharacterSelection { public: // Static variables static TSGrowableArray s_characterList; }; #endif