thunderbrew/src/glue/CCharacterSelection.hpp
2023-01-02 13:17:18 -06:00

17 lines
312 B
C++

#ifndef GLUE_C_CHARACTER_SELECTION_HPP
#define GLUE_C_CHARACTER_SELECTION_HPP
#include <storm/Array.hpp>
struct CharacterSelectionDisplay {
// TODO
};
class CCharacterSelection {
public:
// Static variables
static TSGrowableArray<CharacterSelectionDisplay> s_characterList;
};
#endif