X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAudio%2Fopenal_wrapper.cpp;h=90b49d70c0a654665c0bb1077ba93a3163973ee3;hb=3a6ebcc050c7ee941e5d5ea243f59827d113d968;hp=e1e2346ad22e4fcdb9bbed1adcf03900d639e861;hpb=b84825978803615f45a9f128232e62431042aec0;p=lugaru.git diff --git a/Source/Audio/openal_wrapper.cpp b/Source/Audio/openal_wrapper.cpp index e1e2346..90b49d7 100644 --- a/Source/Audio/openal_wrapper.cpp +++ b/Source/Audio/openal_wrapper.cpp @@ -18,14 +18,15 @@ You should have received a copy of the GNU General Public License along with Lugaru. If not, see . */ -#include -#include -#include - -#include "Math/Quaternions.h" -#include "Audio/openal_wrapper.h" -#include "Audio/Sounds.h" -#include "Game.h" +#include "Audio/openal_wrapper.hpp" + +#include "Audio/Sounds.hpp" +#include "Game.hpp" +#include "Math/Quaternions.hpp" + +#include +#include +#include extern float slomofreq;