Add rayman2 source files

This commit is contained in:
2024-09-18 02:33:44 +08:00
parent bcc093f8ed
commit fb036c54fd
14339 changed files with 2596224 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
/*
///////////////////////////////////////////////////////////////////////////////////////////////////
// Description : Query.h
//
// structure for communication with waypoint dll
//
///////////////////////////////////////////////////////////////////////////////////////////////////
//
//
///////////////////////////////////////////////////////////////////////////////////////////////////
// Creation date: 5 jul 1997 Author: J Th<54>noz
///////////////////////////////////////////////////////////////////////////////////////////////////
// Modification date: Author:
//
//
//
//
///////////////////////////////////////////////////////////////////////////////////////////////////
*/
#ifndef __QUERY_H__
#define __QUERY_H__
typedef struct stCreateWayMess_
{
WP_tdhWay hEngineWay; /* Handle to the engine waypoint*/
CString csName; /* Name of the waypoint to create*/
CPA_BaseObject * pOwner; /* Owner of the way*/
CString csReferenceSectionName;
} tdstCreateWayMess;
#endif