MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Player

Class Player

examples/multiple/Player.hpp:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "raylib-cpp.hpp"
2
3class Player {
4 public:
5 Player();
6 raylib::Rectangle position;
7 int speed;
8 void Draw();
9 void Update();
10};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected