]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation/Skeleton.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Animation / Skeleton.cpp
index f5252403368f74b023aa04c3ba9a2e6d16244d2f..3f5e65c5a88d6beb58680a17c21bda19f4cffca9 100644 (file)
@@ -18,12 +18,12 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-/**> HEADER FILES <**/
-#include "Game.h"
-#include "Animation/Animation.h"
-#include "Animation/Skeleton.h"
-#include "Audio/openal_wrapper.h"
-#include "Utils/Folders.h"
+#include "Animation/Skeleton.hpp"
+
+#include "Animation/Animation.hpp"
+#include "Audio/openal_wrapper.hpp"
+#include "Game.hpp"
+#include "Utils/Folders.hpp"
 
 extern float multiplier;
 extern float gravity;