Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
basecollider.h
Go to the documentation of this file.
1
#ifndef _BASECOLLIDER_H__
2
#define _BASECOLLIDER_H__
3
4
#define CS_MESH_COLLIDER 0
5
#define CS_TERRAFORMER_COLLIDER 1
6
#define CS_TERRAIN_COLLIDER 2
7
8
#include "
cmd/collide2/Stdafx.h
"
9
13
struct
csCollisionPair
14
{
15
Opcode::Point
a1
,
b1
,
c1
;
// First triangle
16
Opcode::Point
a2
,
b2
,
c2
;
// Second triangle
17
};
18
19
#endif
20
src
cmd
collide2
basecollider.h
Generated on Fri May 29 2015 23:07:10 for Vegastrike 0.5.1 rc1 by
1.8.4