Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine  1.5.20
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RaGui.hpp
1#pragma once
2
3#include <Core/CoreMacros.hpp>
4#include <Engine/RaEngine.hpp>
5
7#if defined RA_GUI_EXPORTS
8# define RA_GUI_API DLL_EXPORT
9#elif defined RA_GUI_STATIC
10# define RA_GUI_API
11#else
12# define RA_GUI_API DLL_IMPORT
13#endif