]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Audio/openal_wrapper.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Audio / openal_wrapper.cpp
index e1e2346ad22e4fcdb9bbed1adcf03900d639e861..bcc5d731a155ce9fc3421ef681cb5194751fc6cc 100644 (file)
@@ -18,15 +18,16 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include "Audio/openal_wrapper.hpp"
+
+#include "Audio/Sounds.hpp"
+#include "Game.hpp"
+#include "Math/Quaternions.hpp"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "Math/Quaternions.h"
-#include "Audio/openal_wrapper.h"
-#include "Audio/Sounds.h"
-#include "Game.h"
-
 extern float slomofreq;
 
 // NOTE: