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