Hyprland/src/defines.hpp

12 lines
277 B
C++
Raw Normal View History

#pragma once
2022-03-16 20:50:55 +01:00
#include "includes.hpp"
#include "debug/log/Logger.hpp"
2022-03-31 17:50:00 +02:00
#include "helpers/Color.hpp"
2023-08-07 13:35:19 +02:00
#include "macros.hpp"
#include "desktop/DesktopTypes.hpp"
#if !defined(__GXX_RTTI)
#error "Hyprland requires C++ RTTI. Shit will hit the fan otherwise. Do not even try."
#endif