Radium Engine
1.5.20
Loading...
Searching...
No Matches
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
src
Gui
RaGui.hpp
Generated by
1.12.0