Update to raylib5.5
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include <raylib.h>
|
||||
|
||||
Color ColorLerp(Color c1, Color c2, float amount);
|
||||
Color ColorAdd(Color c1, Color c2);
|
||||
Color ColorAddValue(Color c, int add);
|
Reference in New Issue
Block a user