mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 19:42:29 +00:00
feat(glue): wire up character select background
This commit is contained in:
parent
f384fce742
commit
5e3d08bf32
4 changed files with 57 additions and 2 deletions
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include <storm/Array.hpp>
|
||||
|
||||
class CSimpleModelFFX;
|
||||
|
||||
struct CharacterSelectionDisplay {
|
||||
// TODO
|
||||
};
|
||||
|
|
@ -11,6 +13,10 @@ class CCharacterSelection {
|
|||
public:
|
||||
// Static variables
|
||||
static TSGrowableArray<CharacterSelectionDisplay> s_characterList;
|
||||
static CSimpleModelFFX* s_modelFrame;
|
||||
|
||||
// Static functions
|
||||
static void SetBackgroundModel(const char* modelPath);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue