Add rayman2 source files
This commit is contained in:
35
Rayman_X/cpa/public/owp/Query.h
Normal file
35
Rayman_X/cpa/public/owp/Query.h
Normal 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
|
Reference in New Issue
Block a user