mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-03 23:15:53 +00:00
12 lines
154 B
C++
12 lines
154 B
C++
#include "Specter/ScrollView.hpp"
|
|
|
|
namespace Specter
|
|
{
|
|
|
|
ScrollView::ScrollView(ViewResources& system, View& parentView)
|
|
: View(system, parentView)
|
|
{
|
|
}
|
|
|
|
}
|