Add Alot
This commit is contained in:
@@ -8,12 +8,8 @@ class Building
|
||||
{
|
||||
public:
|
||||
Building(const std::string& filePath, const Vector2f& position, const Rectf& boundingBox, TextureManager* pTextureManager);
|
||||
// Building(const Building& other) = default;
|
||||
// Building(Building&& other) = default;
|
||||
// Building& operator=(const Building& other) = default;
|
||||
// Building& operator=(Building&& other) = default;
|
||||
|
||||
~Building();
|
||||
~Building() = default;
|
||||
|
||||
void Draw() const;
|
||||
void Update(float dt, const Rectf& objectBoundingBox);
|
||||
|
||||
Reference in New Issue
Block a user