2025-01-17 15:21:35 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
2022-03-16 20:50:55 +01:00
|
|
|
#include "includes.hpp"
|
2025-12-18 17:23:24 +00:00
|
|
|
#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"
|
2024-05-05 17:16:00 +01:00
|
|
|
#include "desktop/DesktopTypes.hpp"
|
2026-02-21 21:30:39 +00:00
|
|
|
|
|
|
|
|
#if !defined(__GXX_RTTI)
|
|
|
|
|
#error "Hyprland requires C++ RTTI. Shit will hit the fan otherwise. Do not even try."
|
|
|
|
|
#endif
|