feisty meow concerns codebase  2.140
build_configuration.h File Reference

Contains definitions that control how libraries and programs are built. More...

Include dependency graph for build_configuration.h:

Go to the source code of this file.

Macros

#define HOOPLE_DYNAMIC_EXPORT
 
#define HOOPLE_DYNAMIC_IMPORT
 

Detailed Description

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.

Macro Definition Documentation

◆ HOOPLE_DYNAMIC_EXPORT

#define HOOPLE_DYNAMIC_EXPORT

Definition at line 54 of file build_configuration.h.

◆ HOOPLE_DYNAMIC_IMPORT

#define HOOPLE_DYNAMIC_IMPORT

Definition at line 55 of file build_configuration.h.