~ubuntu-branches/ubuntu/natty/balder2d/natty

« back to all changes in this revision

Viewing changes to include/menu/submenu.h

  • Committer: Bazaar Package Importer
  • Author(s): Bjørn Hansen
  • Date: 2008-06-15 17:15:38 UTC
  • mfrom: (1.1.1 upstream) (3.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080615171538-e407e07wbtdy0qs8
Tags: 1.0-1
* new upstream release
* update for guichan 8.1 (Closes: #482584)
* use physicsfs to make data/config/map/aiscript loading more flexible
* new skins for menus
* fix typo in control file long description (Closes: #458401)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <guichan.hpp>
25
25
#include <guichan/sdl.hpp>
26
 
#include "numberfield.h"
 
26
#include "menu/widgets/animation.h"
 
27
#include "menu/widgets/numberfield.h"
 
28
#include "menu/widgets/skinnedbutton.h"
 
29
#include "menu/widgets/skinnedcheckbox.h"
 
30
#include "menu/widgets/skinnedslider.h"
27
31
 
28
32
namespace Balder
29
33
{
52
56
    }
53
57
 
54
58
    virtual void action(const std::string& action){}
 
59
 
 
60
    Animation* animationPageBackground;
55
61
  };
56
 
  
 
62
 
57
63
}
58
64
#endif // MENU_H