actually add vendor folder
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
#include "raylib-cpp.hpp"
|
||||
|
||||
class Player {
|
||||
public:
|
||||
Player();
|
||||
raylib::Rectangle position;
|
||||
int speed;
|
||||
void Draw();
|
||||
void Update();
|
||||
};
|
||||
Reference in New Issue
Block a user