Nebula
Loading...
Searching...
No Matches
nsconfig.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef _WIN32
4#define NEBULA_EXPORT extern "C" __declspec(dllexport)
5#else
6#define NEBULA_EXPORT extern "C" __attribute__((visibility("default")))
7#endif