2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 08:57:03 +00:00

Made SplashScreen background a generic ModalWindow class

This commit is contained in:
Jack Andersen
2015-12-15 11:53:15 -10:00
parent edf329ca65
commit 962639c684
16 changed files with 789 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ namespace Specter
struct IControlBinding
{
virtual const char* name() const=0;
virtual const char* help() const=0;
virtual const char* help() const {return nullptr;}
};
struct IButtonBinding : IControlBinding