mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 01:53:52 +00:00
6 lines
143 B
C++
6 lines
143 B
C++
|
|
||
|
#include "pagedworldspacewidget.hpp"
|
||
|
|
||
|
CSVRender::PagedWorldspaceWidget::PagedWorldspaceWidget (QWidget *parent)
|
||
|
: WorldspaceWidget (parent)
|
||
|
{}
|