1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 12:45:36 +00:00
openmw/apps/opencs/view/world/scenetool.hpp
2013-09-28 11:06:56 +02:00

19 lines
255 B
C++

#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