mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-05 01:29:07 +00:00
feat(glue): display list of characters
This commit is contained in:
parent
64dc5f3aae
commit
c848085747
10 changed files with 174 additions and 8 deletions
|
|
@ -2,11 +2,12 @@
|
|||
#define GLUE_C_CHARACTER_SELECTION_HPP
|
||||
|
||||
#include <storm/Array.hpp>
|
||||
#include "net/Types.hpp"
|
||||
|
||||
class CSimpleModelFFX;
|
||||
|
||||
struct CharacterSelectionDisplay {
|
||||
// TODO
|
||||
CHARACTER_INFO m_characterInfo;
|
||||
};
|
||||
|
||||
class CCharacterSelection {
|
||||
|
|
@ -20,6 +21,9 @@ class CCharacterSelection {
|
|||
static void RenderPrep();
|
||||
static void SetBackgroundModel(const char* modelPath);
|
||||
static void SetCharFacing(float facing);
|
||||
static void ClearCharacterList();
|
||||
static void UpdateCharacterList();
|
||||
static uint32_t GetNumCharacters();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue