treender/inc/canvas/BackGroundColors.hpp
2024-06-07 23:42:18 +02:00

14 lines
243 B
C++

#include <raylib.h>
class BackGroundColors
{
private:
public:
static void setColor();
static Color backGroundColor;
static Color starColor;
static Color moonColor;
static Color backMountenColor;
static Color frontMountenColor;
};