~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/ui_fsmenu/intro.h

  • Committer: Holger Rapp
  • Date: 2014-07-14 05:36:24 UTC
  • mfrom: (7076.1.2 bug-1330599)
  • Revision ID: sirver@gmx.de-20140714053624-84wdn9zecgig4tqh
Remove SDL integer types and forbid its use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        Fullscreen_Menu_Intro();
33
33
 
34
34
protected:
35
 
        virtual bool handle_mousepress  (Uint8 btn, int32_t x, int32_t y) override;
36
 
        virtual bool handle_mouserelease(Uint8 btn, int32_t x, int32_t y) override;
 
35
        virtual bool handle_mousepress  (uint8_t btn, int32_t x, int32_t y) override;
 
36
        virtual bool handle_mouserelease(uint8_t btn, int32_t x, int32_t y) override;
37
37
        bool handle_key(bool down, SDL_keysym) override;
38
38
private:
39
39
        UI::Textarea m_message;