#include "Specter/ScrollView.hpp"
namespace Specter
{
ScrollView::ScrollView(ViewResources& system, View& parentView)
: View(system, parentView)
}