You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

60 lines
1.4 KiB
C

/*
* RenderWare Graphics Collision Plugin
*
* File: rpcollis.h
* Purpose: Top level file for SDK header generation using inline tool
*/
/* RWPUBLIC */
/*****************************************************************************
*
* File : rpcollis.h
*
* Abstract : Renderware Graphics Collision Plugin.
*
*****************************************************************************
*
* This file is a product of Criterion Software Ltd.
*
* This file is provided as is with no warranties of any kind and is
* provided without any obligation on Criterion Software Ltd.
* to assist in its use or modification.
*
* Criterion Software Ltd. will not, under any
* circumstances, be liable for any lost revenue or other damages arising
* from the use of this file.
*
* Copyright (c) 2003 Criterion Software Ltd.
* All Rights Reserved.
*
* RenderWare is a trademark of Criterion Software Ltd.
*
*****************************************************************************/
#ifndef RPCOLLIS_H
#define RPCOLLIS_H
/******************************************************************************
* Include files
*/
#include "rwcore.h"
#include "rpworld.h"
#include "rpcollis.rpe" /* automatically generated header file */
#include "ctdata.h"
#include "ctbuild.h"
#include "ctquery.h"
#include "colldata.h"
#include "collbuild.h"
#include "collquery.h"
#endif /* RPCOLLIS_H */
/* RWPUBLICEND */