forked from mirror/openmw-tes3mp
18 lines
No EOL
290 B
C++
18 lines
No EOL
290 B
C++
#ifndef OPENCS_VIEW_WORLDSPACEWIDGET_H
|
|
#define OPENCS_VIEW_WORLDSPACEWIDGET_H
|
|
|
|
#include "scenewidget.hpp"
|
|
|
|
namespace CSVRender
|
|
{
|
|
class WorldspaceWidget : public SceneWidget
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
|
|
WorldspaceWidget (QWidget *parent = 0);
|
|
};
|
|
}
|
|
|
|
#endif |