This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/gui/interface/Colour.h
2023-04-05 14:11:37 +02:00

9 lines
91 B
C++

#pragma once
#include "graphics/Pixel.h"
namespace ui
{
using Colour = RGBA<uint8_t>;
}