igra
This commit is contained in:
@@ -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()
|
||||
}
|
||||
Reference in New Issue
Block a user