Lugdunum  0.1.0
Macros
Config.hpp File Reference
This graph shows which files directly or indirectly include this file:

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")))
 

Macro Definition Documentation

◆ LUG_NAME

#define LUG_NAME   "Lugdunum3D"

Definition at line 4 of file Config.hpp.

◆ LUG_VERSION_MAJOR

#define LUG_VERSION_MAJOR   0

Definition at line 6 of file Config.hpp.

◆ LUG_VERSION_MINOR

#define LUG_VERSION_MINOR   1

Definition at line 7 of file Config.hpp.

◆ LUG_VERSION_PATCH

#define LUG_VERSION_PATCH   0

Definition at line 8 of file Config.hpp.

◆ LUG_DEBUG

#define LUG_DEBUG

Definition at line 27 of file Config.hpp.

◆ LUG_API_EXPORT

#define LUG_API_EXPORT   __attribute__ ((__visibility__ ("default")))

Definition at line 51 of file Config.hpp.

◆ LUG_API_IMPORT

#define LUG_API_IMPORT   __attribute__ ((__visibility__ ("default")))

Definition at line 52 of file Config.hpp.