This commit is contained in:
2026-05-02 15:18:39 +02:00
parent 8be2cea49a
commit 56d567b77d
19 changed files with 634 additions and 94 deletions

View File

@@ -6,7 +6,13 @@
#include <renderer/font.hpp>
#include <object/sound.hpp>
namespace Game::AGame {
class Player;
}
namespace Game::AGame {
GAME_ENTITY(Trash)
public:
void onCollisionEnter(Object::Entity* other) override;
END_GAME_ENTITY()
}