3.5.0-rc1
Loading...
Searching...
No Matches
tigl_internal.h File Reference
#include "tigl_config.h"

Macros

#define DEPRECATED
#define TIGL_EXPORT
#define VERSION_HEX_CODE(MAJOR, MINOR, PATCH)

Macro Definition Documentation

◆ DEPRECATED

#define DEPRECATED

◆ TIGL_EXPORT

#define TIGL_EXPORT

◆ VERSION_HEX_CODE

#define VERSION_HEX_CODE ( MAJOR,
MINOR,
PATCH )
Value:
((MAJOR) << 16 | (MINOR) << 8 | (PATCH))