]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Environment/Terrain.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Environment / Terrain.cpp
index 8c79cd42a3c91132bef988ab3060ed3d783b1b38..164dce38fd6a02739d221c4e5282204584d6283a 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 "Environment/Terrain.h"
-#include "Objects/Objects.h"
-#include "Utils/Folders.h"
+#include "Environment/Terrain.hpp"
+
+#include "Game.hpp"
+#include "Objects/Objects.hpp"
+#include "Utils/Folders.hpp"
 
 extern XYZ viewer;
 extern float viewdistance;