mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-21 05:45:10 +00:00
fix compilation, model is a 3D drawable
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user