mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 09:15:36 +00:00
6 lines
111 B
C++
6 lines
111 B
C++
|
|
||
|
#include "scenetoolmode.hpp"
|
||
|
|
||
|
CSVWorld::SceneToolMode::SceneToolMode (QWidget *parent)
|
||
|
: SceneTool (parent)
|
||
|
{}
|