calculateVector to CamelCase

This commit is contained in:
Nikola Petrov
2024-06-06 17:25:20 +02:00
parent 4a57aa1520
commit c5b0911ea5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#include "raylib.h"
Color ColorLerp(Color c1, Color c2, float amount);
Vector2 calculateVector(float rotation, float offSet, float len);
Vector2 CalculateVector(float rotation, float offSet, float len);