4 lines
137 B
C++
4 lines
137 B
C++
#include "raylib.h"
|
|
|
|
Color ColorLerp(Color c1, Color c2, float amount);
|
|
Vector2 calculateVector(float rotation, float offSet, float len); |