feisty meow concerns codebase
2.140
|
Contains definitions that control how libraries and programs are built. More...
#include <basis/definitions.h>
Go to the source code of this file.
Macros | |
#define | HOOPLE_DYNAMIC_EXPORT |
#define | HOOPLE_DYNAMIC_IMPORT |
Contains definitions that control how libraries and programs are built.
These definitions can be used for declaring classes and functions that need to be called from a DLL or that need to be compiled into a DLL. The import style is used to declare that the item is being pulled out of a DLL. The export style is used to declare that the item is being included in a DLL for use by other functions.
Definition in file build_configuration.h.
#define HOOPLE_DYNAMIC_EXPORT |
Definition at line 54 of file build_configuration.h.
#define HOOPLE_DYNAMIC_IMPORT |
Definition at line 55 of file build_configuration.h.