]> git.jsancho.org Git - lugaru.git/blobdiff - Source/User/Settings.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / User / Settings.cpp
index 9948e636c6ee40ae327da93d4573a22d69689f24..5f7909ef20c3e8a60f465df80237a374c016e31e 100644 (file)
@@ -18,10 +18,11 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "Game.h"
-#include "User/Settings.h"
-#include "Utils/Folders.h"
-#include "Utils/Input.h"
+#include "User/Settings.hpp"
+
+#include "Game.hpp"
+#include "Utils/Folders.hpp"
+#include "Utils/Input.hpp"
 
 using namespace Game;