mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-05 10:59:48 +00:00
Merge pull request #86 from AnonymusRaccoon/renderer
model now use shared ptr + cache system to spare memory
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include <raylib.h>
|
||||
#include <string>
|
||||
#include <optional>
|
||||
#include "Drawables/Image.hpp"
|
||||
#include "Vector/Vector2.hpp"
|
||||
#include "Vector/Vector3.hpp"
|
||||
#include "Controllers/Keyboard.hpp"
|
||||
@@ -22,6 +21,7 @@
|
||||
|
||||
namespace RAY {
|
||||
//! @brief Window manager
|
||||
class Image;
|
||||
namespace Drawables {
|
||||
class IDrawable;
|
||||
class ADrawable3D;
|
||||
|
||||
Reference in New Issue
Block a user