]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Math/Quaternions.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Math / Quaternions.cpp
index 7e68b97817a442aca0ddefdcbbe2a4c729ec7b26..0feaa70f854c19184fb60fbf80718fcc070ffce4 100644 (file)
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "Math/Quaternions.h"
+#include "Math/Quaternions.hpp"
 
 // Functions
 quaternion Quat_Mult(quaternion q1, quaternion q2)