2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:47:43 +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

@@ -5,9 +5,11 @@ namespace urde
namespace MP1
{
CFrontEndUI::CFrontEndUI(CArchitectureQueue& queue)
: CIOWin("CFrontEnd")
{}
CFrontEndUI::CFrontEndUI()
: CIOWin("FrontEndUI")
{
}
void CFrontEndUI::OnSliderSelectionChange(CGuiSliderGroup* grp, float)
{}
void CFrontEndUI::OnCheckBoxSelectionChange(CGuiTableGroup* grp)