diplomska_naloga/inc/canvas/BackGroundColors.hpp
2024-05-02 20:50:45 +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;
};