macros and ui element
This commit is contained in:
@@ -6,15 +6,8 @@
|
||||
#include <object/sound.hpp>
|
||||
|
||||
namespace Game::AGame {
|
||||
class Background : public Object::Entity {
|
||||
using Object::Entity::Entity;
|
||||
|
||||
public:
|
||||
~Background() override = default;
|
||||
void start() override;
|
||||
void update(float deltaTime) override;
|
||||
|
||||
GAME_ENTITY(Background)
|
||||
private:
|
||||
Object::Sound mSound;
|
||||
};
|
||||
END_GAME_ENTITY()
|
||||
}
|
||||
Reference in New Issue
Block a user