Added HyprError for showing config errors

This commit is contained in:
vaxerski
2022-04-08 21:40:41 +02:00
parent 037bad4986
commit 7347a72ba6
8 changed files with 167 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
#include "Window.hpp"
#include "render/Renderer.hpp"
#include "render/OpenGL.hpp"
#include "hyprerror/HyprError.hpp"
class CCompositor {
public: