Fix SVN properties before something backfires.
Probably aeonphyxius forgot to read SVN-CONFIG. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6896 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
ce5ca9c572
commit
8848ade794
@ -15,16 +15,16 @@
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#ifndef TUTORIALSCREEN_H
|
||||
#define TUTORIALSCREEN_H
|
||||
#ifndef TUTORIALSCREEN_H
|
||||
#define TUTORIALSCREEN_H
|
||||
|
||||
#include "irrlicht.h"
|
||||
#include "guiengine/screen.hpp"
|
||||
#include "utils/ptr_vector.hpp"
|
||||
|
||||
|
||||
class TutorialScreen : public GUIEngine::Screen, public GUIEngine::ScreenSingleton<TutorialScreen>
|
||||
{
|
||||
|
||||
|
||||
class TutorialScreen : public GUIEngine::Screen, public GUIEngine::ScreenSingleton<TutorialScreen>
|
||||
{
|
||||
friend class GUIEngine::ScreenSingleton<TutorialScreen>;
|
||||
TutorialScreen();
|
||||
|
||||
@ -40,7 +40,7 @@ class TutorialScreen : public GUIEngine::Screen, public GUIEngine::ScreenSinglet
|
||||
void init();
|
||||
|
||||
/** \brief implement callback from parent class GUIEngine::Screen */
|
||||
void eventCallback(GUIEngine::Widget* widget, const std::string& name, const int playerID);
|
||||
};
|
||||
|
||||
#endif // TUTORIALSCREEN_H
|
||||
void eventCallback(GUIEngine::Widget* widget, const std::string& name, const int playerID);
|
||||
};
|
||||
|
||||
#endif // TUTORIALSCREEN_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user