2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 05:47:42 +00:00

CFrontEnd fixes

This commit is contained in:
2016-08-05 16:48:53 -07:00
parent 204969965e
commit ec79bcd397
4 changed files with 12 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ namespace urde
{
class CGuiSliderGroup;
class CGuiTableGroup;
class CMoviePlayer;
struct SObjectTag;
namespace MP1
@@ -15,6 +16,8 @@ namespace MP1
class CFrontEndUI : public CIOWin
{
u32 x14_ = 0;
u32 x18_;
public:
enum class EMenuMovie
{
@@ -23,7 +26,7 @@ public:
{
};
CFrontEndUI(CArchitectureQueue& queue);
CFrontEndUI();
void OnSliderSelectionChange(CGuiSliderGroup* grp, float);
void OnCheckBoxSelectionChange(CGuiTableGroup* grp);
void OnOptionSubMenuCancel(CGuiTableGroup* grp);