One vector

This commit is contained in:
2024-09-11 16:30:01 +02:00
parent 7af25040f9
commit dbfbb27044
4 changed files with 58 additions and 67 deletions

View File

@ -20,8 +20,7 @@ public:
bool isAlive() const override;
bool isToBeJunked() const override;
void doCrash() override;
void moveTowards(const Point&) const;
void moveTowards(const Point&) override;
};
#endif // JUNK_H