Anvil Engine
Loading...
Searching...
No Matches
ACore.h
Go to the documentation of this file.
1#pragma once
2// ACore.h
3#ifdef ANVIL_SDK
4#define ANVIL_API __declspec(dllexport)
5#else
6#define ANVIL_API __declspec(dllimport)
7#endif