Nikola Petrov 7e0d16b4b7 Add buffer
To store data for mounten and star with a moon struct.
It allows easy storage, loading and mutating
2024-06-07 15:14:14 +02:00

5 lines
161 B
C++

#include "raylib.h"
Color ColorLerp(Color c1, Color c2, float amount);
Vector2 CalculateVector(float rotation, float offSet, float len);
float GetRandomFloat();