Remove most of the image/sound managing stuff.
This commit is contained in:
parent
1be770d62d
commit
e78340a0cd
10 changed files with 34 additions and 110 deletions
5
gui.hpp
5
gui.hpp
|
@ -10,11 +10,6 @@ class Builder;
|
|||
|
||||
class GUI {
|
||||
std::vector<string> _lines;
|
||||
|
||||
SoundQuip you_died_sound;
|
||||
SoundQuip build_success_sound;
|
||||
SoundQuip build_failed_sound;
|
||||
SoundQuip building_sound;
|
||||
SFMLBackend &gui;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue