thunderbrew/src/glue/CCharacterSelection.hpp

17 lines
312 B
C++
Raw Normal View History

2023-01-02 13:17:18 -06:00
#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