~gnu-psychosynth-team/psychosynth/trunk

« back to all changes in this revision

Viewing changes to src/gui3d/element_manager.hpp

  • Committer: Juan Pedro Bolívar Puente
  • Date: 2012-01-27 12:52:38 UTC
  • Revision ID: raskolnikov@gnu.org-20120127125238-x53wt7jsb6hjczp3
Compilation works on Cegui 1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
const int N_MB = OIS::MB_Button7+1;
37
37
 
38
38
class element_manager : public OIS::MouseListener,
39
 
                       public OIS::KeyListener,
40
 
                       public psynth::world_listener,
41
 
                       public psynth::world_patcher_listener
 
39
                        public OIS::KeyListener,
 
40
                        public psynth::world_listener,
 
41
                        public psynth::world_patcher_listener
42
42
{
43
43
    typedef std::list<element*> elem_list;
44
44
    typedef std::map<int, element*> elem_map; /* TODO: turn back into a list? */