mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-16 21:01:48 +01:00
Started on GuiIcon, General fixes
This commit is contained in:
@@ -8,6 +8,8 @@ public:
|
||||
Building(const std::string& filePath, const Vector2f& position, TextureManager* pTextureManager);
|
||||
Building(const Building& other) = delete;
|
||||
Building(Building&& other) = delete;
|
||||
Building& operator=(const Building& other) = delete;
|
||||
Building& operator=(Building&& other) = delete;
|
||||
|
||||
~Building();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user