Hello world! First commit.

This commit is contained in:
Ernst 2018-08-31 18:04:15 -07:00
commit 263c65ac46
2435 changed files with 30491 additions and 0 deletions

22
assetlist.h Normal file
View file

@ -0,0 +1,22 @@
#ifndef ASSETLIST_H
#define ASSETLIST_H
#include <QDockWidget>
namespace Ui {
class AssetList;
}
class AssetList : public QDockWidget
{
Q_OBJECT
public:
explicit AssetList(QWidget *parent = 0);
~AssetList();
private:
Ui::AssetList *ui;
};
#endif // ASSETLIST_H