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