hpp+
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#include "Atlas.hpp"
|
||||
|
||||
#include <stdexcept>
|
||||
#include "../../maths/LMPacker.h"
|
||||
#include "Texture.hpp"
|
||||
#include "ImageData.hpp"
|
||||
#include "../../maths/LMPacker.hpp"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
Atlas::Atlas(
|
||||
std::unique_ptr<ImageData> image,
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
#include "WorldRenderer.hpp"
|
||||
|
||||
#include "ChunksRenderer.hpp"
|
||||
#include "Skybox.hpp"
|
||||
|
||||
#include "../../assets/Assets.h"
|
||||
#include "../../content/Content.h"
|
||||
#include "../../engine.h"
|
||||
#include "../../frontend/LevelFrontend.h"
|
||||
#include "../../frontend/LevelFrontend.hpp"
|
||||
#include "../../items/Inventory.h"
|
||||
#include "../../items/ItemDef.h"
|
||||
#include "../../items/ItemStack.h"
|
||||
#include "../../logic/PlayerController.h"
|
||||
#include "../../maths/FrustumCulling.h"
|
||||
#include "../../maths/FrustumCulling.hpp"
|
||||
#include "../../maths/voxmaths.h"
|
||||
#include "../../objects/Player.h"
|
||||
#include "../../settings.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "InventoryView.hpp"
|
||||
#include "../../../assets/Assets.h"
|
||||
#include "../../../content/Content.h"
|
||||
#include "../../../frontend/LevelFrontend.h"
|
||||
#include "../../../frontend/LevelFrontend.hpp"
|
||||
#include "../../../items/Inventories.h"
|
||||
#include "../../../items/Inventory.h"
|
||||
#include "../../../items/ItemDef.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
#include "../../logic/scripting/scripting.h"
|
||||
#include "../../frontend/locale/langs.h"
|
||||
#include "../../frontend/locale.hpp"
|
||||
#include "../../util/stringutil.h"
|
||||
#include "../../delegates.h"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "elements/InventoryView.hpp"
|
||||
|
||||
#include "../../frontend/menu.hpp"
|
||||
#include "../../frontend/locale/langs.h"
|
||||
#include "../../frontend/locale.hpp"
|
||||
#include "../../items/Inventory.h"
|
||||
#include "../../logic/scripting/scripting.h"
|
||||
#include "../../maths/voxmaths.h"
|
||||
|
||||
Reference in New Issue
Block a user