mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-15 20:39:40 +00:00
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
|