calculateVector to CamelCase
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user