VR-Engage
2.2
Loading...
Searching...
No Matches
export.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2025 MAK Technologies
3
** All rights reserved.
4
*******************************************************************************/
5
6
//! \file export.h
7
//! \brief Defines export macros for the Human role library
8
//! \ingroup vreHuman
9
10
#pragma once
11
12
#ifdef _WIN32
13
#ifdef HUMANSHARED_EXPORTS
14
#define HUMANSHARED_DLL __declspec(dllexport)
15
#else
16
#define HUMANSHARED_DLL __declspec(dllimport)
17
#endif
18
#else
19
#define HUMANSHARED_DLL
20
#endif
Generated on 2026-01-13 from SVN revision 282860 - Copyright © 2005-2026 MAK Technologies. All Rights Reserved.