mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 15:25:58 +01:00
includes: include vector2d for sharedDefs
This commit is contained in:
parent
447c173cad
commit
32b3d2b456
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "helpers/Vector2D.hpp"
|
||||||
|
|
||||||
enum eIcons
|
enum eIcons
|
||||||
{
|
{
|
||||||
ICON_WARNING = 0,
|
ICON_WARNING = 0,
|
||||||
|
|
Loading…
Reference in a new issue