NAH 1.0.6
Native Application Host - Library API Reference
Loading...
Searching...
No Matches
export.hpp File Reference

Cross-platform shared library export/import macros. More...

Go to the source code of this file.

Macros

#define NAH_API
 

Detailed Description

Cross-platform shared library export/import macros.

When building NAH as a shared library:

  • Define NAH_SHARED when using the library
  • NAH_BUILDING_SHARED is defined automatically during library compilation

Usage in headers: NAH_API void my_function(); class NAH_API MyClass { ... };

Definition in file export.hpp.

Macro Definition Documentation

◆ NAH_API

#define NAH_API

Definition at line 35 of file export.hpp.