clean namedentity, forward declarations, ostream_write

This commit is contained in:
Garux
2018-02-22 18:56:53 +03:00
parent 327fa13d54
commit eae7ac024a
17 changed files with 26 additions and 122 deletions

View File

@@ -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: