feat(glue): handle UpdateSelectionCustomizationScene script function

This commit is contained in:
fallenoak 2023-02-22 21:37:37 -06:00
parent d12b72e533
commit 59bf077bf8
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 8 additions and 1 deletions

View file

@ -16,6 +16,7 @@ class CCharacterSelection {
static CSimpleModelFFX* s_modelFrame;
// Static functions
static void RenderPrep();
static void SetBackgroundModel(const char* modelPath);
};