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
|
// along with this program; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#ifndef TUTORIALSCREEN_H
|
#ifndef TUTORIALSCREEN_H
|
||||||
#define TUTORIALSCREEN_H
|
#define TUTORIALSCREEN_H
|
||||||
|
|
||||||
#include "irrlicht.h"
|
#include "irrlicht.h"
|
||||||
#include "guiengine/screen.hpp"
|
#include "guiengine/screen.hpp"
|
||||||
#include "utils/ptr_vector.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>;
|
friend class GUIEngine::ScreenSingleton<TutorialScreen>;
|
||||||
TutorialScreen();
|
TutorialScreen();
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ class TutorialScreen : public GUIEngine::Screen, public GUIEngine::ScreenSinglet
|
|||||||
void init();
|
void init();
|
||||||
|
|
||||||
/** \brief implement callback from parent class GUIEngine::Screen */
|
/** \brief implement callback from parent class GUIEngine::Screen */
|
||||||
void eventCallback(GUIEngine::Widget* widget, const std::string& name, const int playerID);
|
void eventCallback(GUIEngine::Widget* widget, const std::string& name, const int playerID);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TUTORIALSCREEN_H
|
#endif // TUTORIALSCREEN_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user