Added Cubemap API Hub. Closes #9
This commit is contained in:
17
plugin/CubemapMetadata.h
Normal file
17
plugin/CubemapMetadata.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef CUBEMAPMETADATA_H
|
||||
#define CUBEMAPMETADATA_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QUrl>
|
||||
|
||||
#include "Komplex_global.h"
|
||||
|
||||
struct KOMPLEX_EXPORT CubemapMetadata
|
||||
{
|
||||
QString description;
|
||||
QString id;
|
||||
QString name;
|
||||
QUrl thumbnail;
|
||||
};
|
||||
|
||||
#endif // CUBEMAPMETADATA_H
|
||||
Reference in New Issue
Block a user