~ubuntu-branches/ubuntu/raring/simutrans/raring-proposed

« back to all changes in this revision

Viewing changes to gui/message_option_t.h

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2011-11-03 19:59:02 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20111103195902-uopgwf488mfctb75
Tags: 111.0-1
* New upstream release.
* debian/rules: Update get-orig-source target for new upstream release.
* Use xz compression for source and binary packages.
* Use override_* targets to simplify debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#include "components/gui_button.h"
9
9
#include "components/gui_textarea.h"
10
10
#include "components/gui_image.h"
 
11
#include "../utils/cbuffer_t.h"
11
12
 
12
13
class karte_t;
13
14
 
14
15
class message_option_t : public gui_frame_t, private action_listener_t
15
16
{
16
17
private:
 
18
        cbuffer_t buf;
17
19
        gui_textarea_t text_label;
18
20
        button_t buttons[4*message_t::MAX_MESSAGE_TYPE];
19
21
        gui_image_t legend;