ADD: added the whole tunction to calculate the movement with gegraphiclib

This commit is contained in:
hwinkel
2023-05-27 20:58:25 +02:00
parent 335a423a5a
commit 973e8a263f
5 changed files with 32 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ namespace Entities {
virtual void specificPhysicsCalculations(std::chrono::milliseconds::rep duration) = 0;
virtual void specificReloadCharacteristicts() = 0;
std::unique_ptr<Entities::Movement> Movement_;
std::unique_ptr<Entities::Movement> Movement_ = nullptr;
private: