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
narc_engine
core
narcio
include
Core.h
Generated on Tue Mar 25 2025 13:27:02 for NarcEngine by
1.13.2