fix compilation, model is a 3D drawable

This commit is contained in:
Bluub
2021-05-27 16:27:48 +02:00
parent 5469b6f169
commit 16ea3e3d80
4 changed files with 34 additions and 28 deletions

View File

@@ -20,11 +20,14 @@
#include "Drawables/Texture.hpp"
namespace RAY {
class Model;
//! @brief Window manager
namespace Drawables {
class IDrawable;
class ADrawable3D;
namespace Drawables3D
{
class Model;
}
}
class Window {
public: