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

@@ -3,8 +3,8 @@
namespace Specter
{
ScrollView::ScrollView(ViewResources& system, View& parentView, View& contentView)
: View(system, parentView), m_contentView(contentView)
ScrollView::ScrollView(ViewResources& system, View& parentView)
: View(system, parentView)
{
}