19 #ifndef __HEADER_OLAN_HPP__
20 #define __HEADER_OLAN_HPP__
23 #include <irrString.h>
25 #include "guiengine/screen.hpp"
47 const int playerID) OVERRIDE;
50 virtual void init() OVERRIDE;
Declares a class to be a singleton.
Definition: screen.hpp:59
Represents a single GUI screen.
Definition: screen.hpp:94
Online profiel overview screen.
Definition: online_lan.hpp:35
virtual void loadedFromFile() OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_lan.hpp:43
virtual void eventCallback(GUIEngine::Widget *widget, const std::string &name, const int playerID) OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_lan.cpp:57
virtual bool onEscapePressed() OVERRIDE
Also called when pressing the back button.
Definition: online_lan.cpp:87
virtual void init() OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_lan.cpp:47
Contains all GUI engine related classes and functions.
Definition: abstract_state_manager.hpp:33