mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Made SplashScreen background a generic ModalWindow class
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "Specter/TextField.hpp"
|
||||
|
||||
namespace Specter
|
||||
{
|
||||
|
||||
TextField::TextField(ViewResources& res, View& parentView)
|
||||
: View(res, parentView)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user