openmw-tes3coop/apps/opencs/view/world/scenetoolbar.hpp

21 lines
256 B
C++
Raw Normal View History

#ifndef CSV_WORLD_SCENETOOLBAR_H
#define CSV_WORLD_SCENETOOLBAR_H
#include <QWidget>
namespace CSVWorld
{
class SceneToolbar : public QWidget
{
Q_OBJECT
public:
SceneToolbar (QWidget *parent);
};
}
#endif