VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vlutil
vlFile.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
9
#pragma once
10
11
#include "
vlMachineTypes.h
"
12
13
#ifdef DtUSE_UTILITIES_NAMESPACE
14
namespace
DtUSE_UTILITIES_NAMESPACE
15
{
16
#endif
17
23
DT_DLL_VLUTIL
FILE*
DtFileOpen
(
const
char
* name,
const
char
* mode );
24
27
DT_DLL_VLUTIL
void
DtFileClose
( FILE* fp );
28
29
#ifdef DtUSE_UTILITIES_NAMESPACE
30
}
31
#endif
32
33
34
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)