|
|
|
|
@ -41,6 +41,16 @@
|
|
|
|
|
|
|
|
|
|
#include "magnumDebugToolsVisibility.h" |
|
|
|
|
|
|
|
|
|
#ifdef CORRADE_MSVC2013_COMPATIBILITY |
|
|
|
|
#include "AbstractShaderProgram.h" |
|
|
|
|
#include "Buffer.h" |
|
|
|
|
#include "Mesh.h" |
|
|
|
|
#include "MeshView.h" |
|
|
|
|
#include "DebugTools/ForceRenderer.h" |
|
|
|
|
#include "DebugTools/ObjectRenderer.h" |
|
|
|
|
#include "DebugTools/ShapeRenderer.h" |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
namespace Magnum { |
|
|
|
|
|
|
|
|
|
/** @todo Do the listing in one place, not five thousand! */ |
|
|
|
|
|