First render of the physics

This commit is contained in:
2022-11-02 07:44:57 +01:00
parent 303b2cffb1
commit ebd188f1b0
8 changed files with 74 additions and 20 deletions

View File

@@ -15,6 +15,8 @@ public:
void Debug() const;
void Update();
Vec2 GetPos();
};
#endif /* ENTITY_H */