Unravel Engine C++ Reference
Loading...
Searching...
No Matches
export.hpp File Reference
#include "config.hpp"

Go to the source code of this file.

Macros

#define UNRAVEL_API_EXPORT   __attribute__((__visibility__("default")))
 
#define UNRAVEL_API_IMPORT   __attribute__((__visibility__("default")))
 
#define UNRAVEL_API   UNRAVEL_API_IMPORT
 

Macro Definition Documentation

◆ UNRAVEL_API

#define UNRAVEL_API   UNRAVEL_API_IMPORT

Definition at line 43 of file export.hpp.

◆ UNRAVEL_API_EXPORT

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

Definition at line 24 of file export.hpp.

◆ UNRAVEL_API_IMPORT

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

Definition at line 25 of file export.hpp.