update project includes format
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
#include "BlocksPreview.hpp"
|
||||
|
||||
#include <assets/Assets.hpp>
|
||||
#include <constants.hpp>
|
||||
#include <content/Content.hpp>
|
||||
#include <frontend/ContentGfxCache.hpp>
|
||||
#include <voxels/Block.hpp>
|
||||
#include <window/Camera.hpp>
|
||||
#include <window/Window.hpp>
|
||||
#include <graphics/core/Atlas.hpp>
|
||||
#include <graphics/core/Batch3D.hpp>
|
||||
#include <graphics/core/Framebuffer.hpp>
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
#include <graphics/core/Shader.hpp>
|
||||
#include <graphics/core/Texture.hpp>
|
||||
#include <graphics/core/Viewport.hpp>
|
||||
#include "assets/Assets.hpp"
|
||||
#include "constants.hpp"
|
||||
#include "content/Content.hpp"
|
||||
#include "frontend/ContentGfxCache.hpp"
|
||||
#include "voxels/Block.hpp"
|
||||
#include "window/Camera.hpp"
|
||||
#include "window/Window.hpp"
|
||||
#include "graphics/core/Atlas.hpp"
|
||||
#include "graphics/core/Batch3D.hpp"
|
||||
#include "graphics/core/Framebuffer.hpp"
|
||||
#include "graphics/core/DrawContext.hpp"
|
||||
#include "graphics/core/Shader.hpp"
|
||||
#include "graphics/core/Texture.hpp"
|
||||
#include "graphics/core/Viewport.hpp"
|
||||
|
||||
#include <glm/ext.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user