Nebula
Toggle main menu visibility
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
code
addons
nsharp
nsconfig.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.