mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-17 00:25:57 +01:00
added missing file
This commit is contained in:
parent
9a577dc2e0
commit
0fc1134119
1 changed files with 8 additions and 0 deletions
8
src/helpers/Color.hpp
Normal file
8
src/helpers/Color.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "../defines.hpp"
|
||||
|
||||
class CColor {
|
||||
public:
|
||||
uint8_t r = 0, g = 0, b = 0, a = 0;
|
||||
};
|
Loading…
Reference in a new issue