Files
Cyd 2b8ca921cb Initial full mirror of c:\VWE (source + assets + toolchain + outputs) via Git LFS
Complete disaster-recovery snapshot: engine/game source, game data assets,
VC6 toolchain + DX SDKs, build outputs, deployed game, and _UNUSED archive.
Large binaries in Git LFS; text preserved byte-for-byte (core.autocrlf=false,
no eol attributes). See RECOVERY.md for the one-clone rebuild procedure.
2026-06-24 21:28:16 -05:00

81 lines
1.9 KiB
C

/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 5.01.0164 */
/* at Tue Mar 14 10:53:09 2000
*/
/* Compiler settings for data server.idl:
Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext, oldnames
error checks: allocation ref bounds_check enum stub_data
*/
//@@MIDL_FILE_HEADING( )
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 440
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __data_server_h__
#define __data_server_h__
#ifdef __cplusplus
extern "C"{
#endif
/* Forward Declarations */
void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void __RPC_FAR * );
#ifndef __MW4DataServer_INTERFACE_DEFINED__
#define __MW4DataServer_INTERFACE_DEFINED__
/* interface MW4DataServer */
/* [implicit_handle][version][uuid] */
int StartRunID( void);
void RecordData(
/* [in] */ int id,
/* [in] */ int version,
/* [in] */ double time,
/* [in] */ int type,
/* [in] */ int objectid,
/* [in] */ float posx,
/* [in] */ float posy,
/* [in] */ float posz,
/* [in] */ int int1,
/* [in] */ int int2,
/* [in] */ int int3,
/* [in] */ int int4,
/* [in] */ float float1,
/* [in] */ float float2,
/* [in] */ float float3,
/* [in] */ float float4,
/* [string][in] */ const unsigned char __RPC_FAR *p5);
void FinishRun(
/* [in] */ int id);
extern handle_t data_server_IfHandle;
extern RPC_IF_HANDLE MW4DataServer_ClientIfHandle;
extern RPC_IF_HANDLE MW4DataServer_ServerIfHandle;
#endif /* __MW4DataServer_INTERFACE_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif