VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
managedInterface
plugin.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2025 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
6
#pragma once
7
8
#ifdef _WIN32
9
#ifdef MANAGEDINTERFACE_EXPORTS
10
#define MANAGEDINTERFACE_DLL __declspec( dllexport )
11
#else
12
#define MANAGEDINTERFACE_DLL __declspec( dllimport )
13
#endif
14
#else
15
#define MANAGEDINTERFACE_DLL
16
#endif
Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (
www.mak.com
)