clean namedentity, forward declarations, ostream_write
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
|
||||
#include "generic/constant.h"
|
||||
#include "generic/callbackfwd.h"
|
||||
#include "generic/vector.h"
|
||||
|
||||
|
||||
// Rendering states to sort by.
|
||||
@@ -60,9 +61,6 @@ typedef unsigned int RenderStateFlags;
|
||||
class AABB;
|
||||
class Matrix4;
|
||||
|
||||
template<typename Element> class BasicVector3;
|
||||
typedef BasicVector3<float> Vector3;
|
||||
|
||||
class Shader;
|
||||
|
||||
class RendererLight
|
||||
@@ -115,8 +113,6 @@ class Matrix4;
|
||||
struct qtexture_t;
|
||||
class ModuleObserver;
|
||||
|
||||
#include "generic/vector.h"
|
||||
|
||||
class Shader
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user