]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Environment/Skybox.cpp
Seven Tasks: Revert task18 to unfixed version
[lugaru.git] / Source / Environment / Skybox.cpp
index ce58adf8d56d18ccadbb1a2dde3d89587f2cc7b5..97dcd6da08d3ea64ac7c115b81a1acce18ac495c 100644 (file)
@@ -18,8 +18,9 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "Environment/Skybox.h"
-#include "Game.h"
+#include "Environment/Skybox.hpp"
+
+#include "Game.hpp"
 
 extern float viewdistance;
 extern float blurness;
@@ -166,5 +167,4 @@ SkyBox::~SkyBox()
     right.destroy();
     up.destroy();
     down.destroy();
-};
-
+}