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
vsbox.h
Go to the documentation of this file.
1
#ifndef _GFX_BOX_H_
2
#define _GFX_BOX_H_
3
4
#include "
mesh.h
"
5
6
class
Box
:
public
Mesh
7
{
8
private
:
9
Vector
corner_min
,
corner_max
;
10
public
:
Box
(
const
Vector
&cornermin,
const
Vector
&cornermax );
11
void
ProcessDrawQueue
(
int
whichdrawqueue );
12
};
13
14
#endif
15
src
gfx
vsbox.h
Generated on Fri May 29 2015 23:07:29 for Vegastrike 0.5.1 rc1 by
1.8.4