Editor API
UnigineEditor public API
EditorGlobal.h
1 // Copyright (C), UNIGINE. All rights reserved.
2 #pragma once
3 
4 #include <QtGlobal>
5 
6 
7 #ifdef EDITOR_LIBRARY
8  #define EDITOR_API Q_DECL_EXPORT
9 #else
10  #define EDITOR_API Q_DECL_IMPORT
11 #endif