14 lines
243 B
C++
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;
|
|
};
|