From ae95118467c6af962f8eb3ea0cb06c27f56d59af Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Wed, 18 Nov 2009 01:40:25 +0000 Subject: [PATCH] Renamed supertux/title.?pp to supertux/title_screen.?pp SVN-Revision: 6019 --- src/supertux/main.cpp | 2 +- src/supertux/{title.cpp => title_screen.cpp} | 2 +- src/supertux/{title.hpp => title_screen.hpp} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/supertux/{title.cpp => title_screen.cpp} (99%) rename src/supertux/{title.hpp => title_screen.hpp} (100%) diff --git a/src/supertux/main.cpp b/src/supertux/main.cpp index 4f0bf22f5..6e150c2cf 100644 --- a/src/supertux/main.cpp +++ b/src/supertux/main.cpp @@ -36,7 +36,7 @@ namespace supertux_apple { #include "supertux/gameconfig.hpp" #include "supertux/mainloop.hpp" #include "supertux/resources.hpp" -#include "supertux/title.hpp" +#include "supertux/title_screen.hpp" #include "util/file_system.hpp" #include "util/gettext.hpp" #include "video/drawing_context.hpp" diff --git a/src/supertux/title.cpp b/src/supertux/title_screen.cpp similarity index 99% rename from src/supertux/title.cpp rename to src/supertux/title_screen.cpp index b4b3e70f2..da5049fb5 100644 --- a/src/supertux/title.cpp +++ b/src/supertux/title_screen.cpp @@ -17,7 +17,7 @@ #include -#include "supertux/title.hpp" +#include "supertux/title_screen.hpp" #include #include diff --git a/src/supertux/title.hpp b/src/supertux/title_screen.hpp similarity index 100% rename from src/supertux/title.hpp rename to src/supertux/title_screen.hpp -- 2.11.0