diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2012-06-23 01:00:44 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2012-06-23 01:00:44 (GMT) |
| commit | 83c51307c442fa668c5a39c4e1816928ed17b522 (patch) | |
| tree | 80ed0785a1fb2ae2c628292313139d917c0bcc65 /src/game/GameView.h | |
| parent | 009de99f02a7d5e62cf78ff405596ad50d8273d5 (diff) | |
| download | powder-83c51307c442fa668c5a39c4e1816928ed17b522.zip powder-83c51307c442fa668c5a39c4e1816928ed17b522.tar.gz | |
Scrollbar added
Diffstat (limited to 'src/game/GameView.h')
| -rw-r--r-- | src/game/GameView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h index a9d20a4..ecf2ff3 100644 --- a/src/game/GameView.h +++ b/src/game/GameView.h @@ -46,6 +46,7 @@ private: vector<ui::Component*> notificationComponents; deque<string> logEntries; float lastLogEntry; + ui::Button * scrollBar; ui::Button * searchButton; ui::Button * reloadButton; ui::Button * saveSimulationButton; |
