VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfObject.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2021 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
7 #ifndef ALLOW_VRF4API
8  #ifdef _WIN32
9  #pragma message ("Warning: The Header vrfObject.h and DtVrfObject class have been deprecated as of VRF 4.X please use DtLocalObject for the object controlled by the entity and DtSimObjectReference when referencing non controlled object instead. See developer documentation for details. #define ALLOW_VRF4API 1 to remove this warning.")
10  #endif
11 
12  #ifdef __linux__
13  #warning The Header vrfObject.h and DtVrfObject class have been deprecated as of VRF 4.X please use DtLocalObject for the object controlled by the entity and DtSimObjectReference when referencing non controlled object instead. See developer documentation for details. #define ALLOW_VRF4API 1 to remove this warning.
14  #endif
15 #endif
16 
17 #include "vrfobjcore/localObject.h"
20 
DtLocalObject DtVrfObject
Definition: vrfObject.h:21
Contains the DtSimObjectReference class declaration.
DtSimObjectReference DtSharedVrfObjectReference
Definition: vrfObject.h:22
A locally simulated VRF object.
Definition: localObject.h:98

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)