1 2 3 4 5 6
#include <raylib.h> #include <raymath.h> #include "game.h" void UpdatePlayer(Entity* player, float deltaTime); void AddPlayer(float xpos, float ypos);