NarcEngine 0.1.1
C++ Vulkan game engine
 
Loading...
Searching...
No Matches
Core.h
1#pragma once
2
3#ifdef NARC_IO_BUILD_DLL
4
5#define NARC_IO_API __declspec(dllexport)
6
7#else
8
9#define NARC_IO_API __declspec(dllimport)
10
11#endif