- removed references to irrlicht (thanks to @mihawk90)

Signed-off-by: Alexis Maiquez <almamu@almamu.com>
This commit is contained in:
Alexis Maiquez 2021-09-10 14:38:29 +02:00
parent fc442ef29d
commit 50c9aebab0
2 changed files with 0 additions and 6 deletions

View File

@ -5,7 +5,6 @@
#include <string>
#include <vector>
#include <irrlicht/path.h>
#include <nlohmann/json.hpp>
#include "WallpaperEngine/Assets/CContainer.h"

View File

@ -11,11 +11,6 @@
using namespace WallpaperEngine::Assets;
namespace WallpaperEngine::Irrlicht
{
class CContext;
};
namespace WallpaperEngine::Render
{
class CWallpaper