forked from mirror/openmw-tes3mp
18 lines
325 B
C++
18 lines
325 B
C++
#ifndef OPENCS_VIEW_UNPAGEDWORLDSPACEWIDGET_H
|
|
#define OPENCS_VIEW_UNPAGEDWORLDSPACEWIDGET_H
|
|
|
|
#include "worldspacewidget.hpp"
|
|
|
|
namespace CSVRender
|
|
{
|
|
class UnpagedWorldspaceWidget : public WorldspaceWidget
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
|
|
UnpagedWorldspaceWidget (QWidget *parent);
|
|
};
|
|
}
|
|
|
|
#endif
|