Lugdunum
0.1.0
include
lug
Graphics
Export.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
lug/Config.hpp
>
4
5
#if defined(LUG_GRAPHICS_EXPORT)
6
7
#define LUG_GRAPHICS_API LUG_API_EXPORT
8
9
#else
10
11
#define LUG_GRAPHICS_API LUG_API_IMPORT
12
13
#endif
Config.hpp
Generated by
1.8.13