Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 12, 2006, 1:13:20 AM (18 years ago)
Author:
patrick
Message:

network: some more menu work. There is no menu visible yet (only for your info)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/simple_game_menu.h

    r6502 r6504  
    99
    1010#include "game_world.h"
     11#include "event_listener.h"
    1112#include "game_world_data.h"
     13
    1214
    1315
     
    2123 * loadable and is exchangeable very easely :D
    2224 */
    23 class SimpleGameMenu : public GameWorld
     25class SimpleGameMenu : virtual public GameWorld, virtual public EventListener
    2426{
    2527
     
    3032    void loadParams(const TiXmlElement* root);
    3133
     34    virtual ErrorMessage init();
     35    virtual bool start();
     36    virtual bool stop();
     37
     38    virtual void process(const Event &event);
     39
     40
     41  protected:
    3242    virtual void collide();
    3343};
Note: See TracChangeset for help on using the changeset viewer.