5 lines
233 B
C++
5 lines
233 B
C++
#include "raylib.h"
|
|
|
|
Color ColorLerp(Color c1, Color c2, float amount);
|
|
Vector2 calculateVector(float rotation, float offSet, float len);
|
|
Rectangle calculateRotatedRectangle(Vector2 center, float rotation, float width, float height); |