BGE Rasterizer Cleanup: Cleaning up some includes.

This commit is contained in:
Mitchell Stokes
2013-11-04 19:22:10 +00:00
parent 0cec5c63da
commit fb94a53978
25 changed files with 68 additions and 68 deletions

View File

@@ -28,14 +28,7 @@
#ifndef __KX_STORAGE
#define __KX_STORAGE
#include "RAS_MaterialBucket.h"
enum RAS_STORAGE_TYPE {
RAS_AUTO_STORAGE,
RAS_IMMEDIATE,
RAS_VA,
RAS_VBO
};
class RAS_MeshSlot;
class RAS_IStorage
{
@@ -47,7 +40,7 @@ public:
virtual void Exit()=0;
virtual void IndexPrimitives(RAS_MeshSlot& ms)=0;
virtual void IndexPrimitivesMulti(class RAS_MeshSlot& ms)=0;
virtual void IndexPrimitivesMulti(RAS_MeshSlot& ms)=0;
virtual void SetDrawingMode(int drawingmode)=0;