1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00
OpenMW/apps/opencs/view/world/scenetool.hpp

20 lines
255 B
C++
Raw Normal View History

#ifndef CSV_WORLD_SCENETOOL_H
#define CSV_WORLD_SCENETOOL_H
#include <QPushButton>
namespace CSVWorld
{
class SceneTool : public QPushButton
{
Q_OBJECT
public:
SceneTool (QWidget *parent = 0);
};
}
#endif