4 lines
95 B
C++
4 lines
95 B
C++
#include <raylib.h>
|
|
|
|
Color ColorAdd(Color c1, Color c2);
|
|
Color ColorAddValue(Color c, int add); |