Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 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:
10 public: Box( const Vector &cornermin, const Vector &cornermax );
11  void ProcessDrawQueue( int whichdrawqueue );
12 };
13 
14 #endif
15