VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfutil
internalRunCode.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrfutil/vrfutilDefines.h
>
12
#include <vlutil/vlString.h>
13
14
enum
InternalRunCodeIndex
15
{
16
InternalRunCode1
= 1,
17
InternalRunCode2
= 2,
18
InternalRunCode3
= 3,
19
};
20
21
bool
DT_DLL_vrfutil
setInternalRunCode
(
InternalRunCodeIndex
,
const
DtString
&);
22
23
bool
DT_DLL_vrfutil
clearInternalRunCode
(
InternalRunCodeIndex
,
const
DtString
&);
24
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)