internal: cleanup headers in helpers/

This commit is contained in:
vaxerski
2023-08-07 13:35:19 +02:00
parent 6e53c47e68
commit 261c3307f7
19 changed files with 135 additions and 121 deletions

View File

@@ -23,7 +23,7 @@ enum eRectCorner {
CORNER_BOTTOMLEFT
};
interface IHyprLayout {
class IHyprLayout {
public:
virtual ~IHyprLayout() = 0;
virtual void onEnable() = 0;