4 lines
155 B
C++
4 lines
155 B
C++
#include "raylib.h"
|
|
|
|
Color ColorLerp(Color c1, Color c2, float amount);
|
|
Rectangle CalculateRect(Vector2 center, float rotation, float width, float height); |