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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user