2
0
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:
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

@@ -0,0 +1,11 @@
#include "Specter/TextField.hpp"
namespace Specter
{
TextField::TextField(ViewResources& res, View& parentView)
: View(res, parentView)
{
}
}