mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-01 06:17:58 +03:00
Imported Upstream version 0.26.0
This commit is contained in:
commit
9a2b6c69b6
1398 changed files with 212217 additions and 0 deletions
22
extern/shiny/Editor/NewMaterialDialog.hpp
vendored
Normal file
22
extern/shiny/Editor/NewMaterialDialog.hpp
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
#ifndef NEWMATERIALDIALOG_HPP
|
||||
#define NEWMATERIALDIALOG_HPP
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class NewMaterialDialog;
|
||||
}
|
||||
|
||||
class NewMaterialDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit NewMaterialDialog(QWidget *parent = 0);
|
||||
~NewMaterialDialog();
|
||||
|
||||
private:
|
||||
Ui::NewMaterialDialog *ui;
|
||||
};
|
||||
|
||||
#endif // NEWMATERIALDIALOG_HPP
|
Loading…
Add table
Add a link
Reference in a new issue