Move some more classes
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
#include "Math/Math.hpp"
|
#include "Math/Math.hpp"
|
||||||
#include "Base/EngineConfiguration.hpp"
|
#include "Base/EngineConfiguration.hpp"
|
||||||
#include "Controller/FreeCamCameraController.hpp"
|
#include "Controller/FreeCamCameraController.hpp"
|
||||||
#include "Scene/SdfFontAtlasGenerator.hpp"
|
#include "Scene/Text/SdfFontAtlasGenerator.hpp"
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|||||||
@@ -18,8 +18,8 @@
|
|||||||
#include "Math/Math.hpp"
|
#include "Math/Math.hpp"
|
||||||
#include "Base/EngineConfiguration.hpp"
|
#include "Base/EngineConfiguration.hpp"
|
||||||
#include "Controller/FreeCamCameraController.hpp"
|
#include "Controller/FreeCamCameraController.hpp"
|
||||||
#include "Scene/SdfFontAtlasGenerator.hpp"
|
#include "Scene/Text/SdfFontAtlasGenerator.hpp"
|
||||||
#include "Scene/BitmapFontAtlasGenerator.hpp"
|
#include "Scene/Text/BitmapFontAtlasGenerator.hpp"
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|||||||
@@ -6,11 +6,12 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "Base/Event.hpp"
|
||||||
|
#include "Scene/Text/SubpixelLayout.hpp"
|
||||||
|
#include <array>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <array>
|
|
||||||
#include "Base/Event.hpp"
|
|
||||||
#include "Scene/SubpixelLayout.hpp"
|
|
||||||
#undef max
|
#undef max
|
||||||
|
|
||||||
namespace OpenVulkano
|
namespace OpenVulkano
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include "Math/Math.hpp"
|
#include "Math/Math.hpp"
|
||||||
#include "Base/PlatformEnums.hpp"
|
#include "Base/PlatformEnums.hpp"
|
||||||
#include "Scene/SubpixelLayout.hpp"
|
#include "Scene/Text/SubpixelLayout.hpp"
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include "Scene/DrawEncoder.hpp"
|
#include "Scene/DrawEncoder.hpp"
|
||||||
#include "Scene/Vertex.hpp"
|
#include "Scene/Vertex.hpp"
|
||||||
#include "Scene/Shader/Shader.hpp"
|
#include "Scene/Shader/Shader.hpp"
|
||||||
#include "Scene/IFontAtlasGenerator.hpp"
|
#include "Scene/Text/IFontAtlasGenerator.hpp"
|
||||||
#include "Scene/Text/FontAtlasType.hpp"
|
#include "Scene/Text/FontAtlasType.hpp"
|
||||||
#include <optional>
|
#include <optional>
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#include "BitmapFontAtlasGenerator.hpp"
|
#include "BitmapFontAtlasGenerator.hpp"
|
||||||
#include "Base/Logger.hpp"
|
#include "Base/Logger.hpp"
|
||||||
#include "Text/FontAtlas.hpp"
|
#include "FontAtlas.hpp"
|
||||||
#include <freetype/ftlcdfil.h>
|
#include <freetype/ftlcdfil.h>
|
||||||
|
|
||||||
namespace OpenVulkano::Scene
|
namespace OpenVulkano::Scene
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "FontAtlasGeneratorBase.hpp"
|
#include "FontAtlasGeneratorBase.hpp"
|
||||||
#include "Scene/SubpixelLayout.hpp"
|
#include "SubpixelLayout.hpp"
|
||||||
#include "Shelf.hpp"
|
#include "Shelf.hpp"
|
||||||
|
|
||||||
namespace OpenVulkano::Scene
|
namespace OpenVulkano::Scene
|
||||||
@@ -5,8 +5,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "FontAtlasFactory.hpp"
|
#include "FontAtlasFactory.hpp"
|
||||||
#include "Scene/SdfFontAtlasGenerator.hpp"
|
#include "SdfFontAtlasGenerator.hpp"
|
||||||
#include "Scene/BitmapFontAtlasGenerator.hpp"
|
#include "BitmapFontAtlasGenerator.hpp"
|
||||||
#include "Host/SystemFontResolver.hpp"
|
#include "Host/SystemFontResolver.hpp"
|
||||||
#include "Base/Logger.hpp"
|
#include "Base/Logger.hpp"
|
||||||
#include "Host/ResourceLoader.hpp"
|
#include "Host/ResourceLoader.hpp"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "FontAtlas.hpp"
|
#include "FontAtlas.hpp"
|
||||||
#include "Scene/SubpixelLayout.hpp"
|
#include "SubpixelLayout.hpp"
|
||||||
#include "Data/Containers/Array.hpp"
|
#include "Data/Containers/Array.hpp"
|
||||||
|
|
||||||
namespace OpenVulkano::Scene
|
namespace OpenVulkano::Scene
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "FontAtlasGeneratorBase.hpp"
|
#include "FontAtlasGeneratorBase.hpp"
|
||||||
#include "Text/FontAtlas.hpp"
|
#include "FontAtlas.hpp"
|
||||||
#include "Base/Logger.hpp"
|
#include "Base/Logger.hpp"
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#if __has_include("msdfgen.h")
|
#if __has_include("msdfgen.h")
|
||||||
#include "Text/FontAtlas.hpp"
|
#include "FontAtlas.hpp"
|
||||||
#include "SdfFontAtlasGenerator.hpp"
|
#include "SdfFontAtlasGenerator.hpp"
|
||||||
#include "Base/Logger.hpp"
|
#include "Base/Logger.hpp"
|
||||||
#include <msdfgen.h>
|
#include <msdfgen.h>
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
#include "TextDrawable.hpp"
|
#include "TextDrawable.hpp"
|
||||||
#include "Scene/Geometry.hpp"
|
#include "Scene/Geometry.hpp"
|
||||||
#include "Shader/Shader.hpp"
|
#include "Shader/Shader.hpp"
|
||||||
#include "Scene/IFontAtlasGenerator.hpp"
|
#include "Text/IFontAtlasGenerator.hpp"
|
||||||
#include "Base/Logger.hpp"
|
#include "Base/Logger.hpp"
|
||||||
#include "DataFormat.hpp"
|
#include "DataFormat.hpp"
|
||||||
#include <utf8.h>
|
#include <utf8.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user