|
Lugdunum
0.1.0
|
Go to the source code of this file.
Macros | |
| #define | LUG_NAME "Lugdunum3D" |
| #define | LUG_VERSION_MAJOR 0 |
| #define | LUG_VERSION_MINOR 1 |
| #define | LUG_VERSION_PATCH 0 |
| #define | LUG_DEBUG |
| #define | LUG_API_EXPORT __attribute__ ((__visibility__ ("default"))) |
| #define | LUG_API_IMPORT __attribute__ ((__visibility__ ("default"))) |
| #define LUG_NAME "Lugdunum3D" |
Definition at line 4 of file Config.hpp.
| #define LUG_VERSION_MAJOR 0 |
Definition at line 6 of file Config.hpp.
| #define LUG_VERSION_MINOR 1 |
Definition at line 7 of file Config.hpp.
| #define LUG_VERSION_PATCH 0 |
Definition at line 8 of file Config.hpp.
| #define LUG_DEBUG |
Definition at line 27 of file Config.hpp.
| #define LUG_API_EXPORT __attribute__ ((__visibility__ ("default"))) |
Definition at line 51 of file Config.hpp.
| #define LUG_API_IMPORT __attribute__ ((__visibility__ ("default"))) |
Definition at line 52 of file Config.hpp.
1.8.13