We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f31f1 commit bd141b5Copy full SHA for bd141b5
6 files changed
app/source/audio/ogg.cpp
@@ -1,9 +1,9 @@
1
#include <pspiofilemgr.h>
2
+#include <vorbis/codec.h>
3
+#include <vorbis/vorbisfile.h>
4
5
#include "audio.h"
6
#include "utils.h"
-#include "vorbis/codec.h"
-#include "vorbis/vorbisfile.h"
7
8
namespace OGG {
9
static OggVorbis_File ogg;
app/source/audio/xm.cpp
@@ -1,5 +1,6 @@
+#include <xmp.h>
+
-#include "xmp.h"
namespace XM {
static xmp_context xmp;
libs/include/fmt123.h
0 commit comments