VR-Engage  2.2
Loading...
Searching...
No Matches
export.h
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright (c) 2025 MAK Technologies, Inc.
3 * All rights reserved.
4 ******************************************************************************/
5
6#pragma once
7
8#ifdef _WIN32
9 #ifdef state_EXPORTS
10 #define ENHANCEDSTATE_DLL __declspec(dllexport)
11 #else
12 #define ENHANCEDSTATE_DLL __declspec(dllimport)
13 #endif
14#else
15 #define ENHANCEDSTATE_DLL
16#endif