src/graphics moved to src/graphics/core

This commit is contained in:
MihailRis
2024-03-18 20:47:35 +03:00
parent ba762584a7
commit b56408a202
63 changed files with 156 additions and 147 deletions
+1 -1
View File
@@ -2,7 +2,6 @@
#define FRONTEND_BLOCKS_PREVIEW_H_
#include "../typedefs.h"
#include "../graphics/Shader.h"
#include <glm/glm.hpp>
#include <memory>
@@ -13,6 +12,7 @@ class Framebuffer;
class Batch3D;
class Block;
class Content;
class Shader;
class ContentGfxCache;
class BlocksPreview {