amuse/Editor/LayersEditor.hpp
2018-07-13 20:06:33 -10:00

15 lines
252 B
C++

#ifndef AMUSE_LAYERS_EDITOR_HPP
#define AMUSE_LAYERS_EDITOR_HPP
#include "EditorWidget.hpp"
class LayersEditor : public EditorWidget
{
Q_OBJECT
public:
explicit LayersEditor(QWidget* parent = Q_NULLPTR);
};
#endif //AMUSE_LAYERS_EDITOR_HPP