5 lines
173 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);