
To store data for mounten and star with a moon struct. It allows easy storage, loading and mutating
5 lines
161 B
C++
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(); |