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
D:
Fox
rep_gitlab2
source
editor2
include
EditorGlobal.h
Generated by
1.8.15