mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Text system updates
This commit is contained in:
11
specter/lib/ScrollView.cpp
Normal file
11
specter/lib/ScrollView.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "Specter/ScrollView.hpp"
|
||||
|
||||
namespace Specter
|
||||
{
|
||||
|
||||
ScrollView::ScrollView(ViewSystem& system, View& parentView, View& contentView)
|
||||
: View(system, parentView), m_contentView(contentView)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user