5 lines
191 B
C++
5 lines
191 B
C++
#include <raylib.h>
|
|
|
|
Color ColorAdd(Color c1, Color c2);
|
|
Color ColorAddValue(Color c, int add);
|
|
Rectangle TextInSpace(Rectangle box, float textH, float textW, float margin, bool topOrBottom); |