graphics/
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <functional>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "../graphics/core/ImageData.hpp"
|
||||
#include <graphics/core/ImageData.hpp>
|
||||
#include "png.hpp"
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#include "obj.hpp"
|
||||
|
||||
#include "../graphics/core/Model.hpp"
|
||||
#include <graphics/core/Model.hpp>
|
||||
#include "commons.hpp"
|
||||
|
||||
using namespace model;
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
#include <debug/Logger.hpp>
|
||||
#include <files/files.hpp>
|
||||
#include "../graphics/core/GLTexture.hpp"
|
||||
#include "../graphics/core/ImageData.hpp"
|
||||
#include <graphics/core/GLTexture.hpp>
|
||||
#include <graphics/core/ImageData.hpp>
|
||||
|
||||
static debug::Logger logger("png-coder");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user