diff options
Diffstat (limited to 'maximilian.cpp')
| -rw-r--r-- | maximilian.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/maximilian.cpp b/maximilian.cpp index 4407de2..ea8775f 100644 --- a/maximilian.cpp +++ b/maximilian.cpp @@ -37,9 +37,10 @@ /* Maximilian can be configured to load ogg vorbis format files using the * loadOgg() method. -* Uncomment the following to include Sean Barrett's Ogg Vorbis decoder.*/ +* Uncomment the following to include Sean Barrett's Ogg Vorbis decoder. +* If you're on windows, make sure to add the files std_vorbis.c and std_vorbis.h to your project*/ -#define VORBIS +//#define VORBIS #ifdef VORBIS #include "stb_vorbis.h" @@ -395,6 +396,7 @@ bool maxiSample::loadOgg(char *fileName, int channel) { } return result; // this should probably be something more descriptive #endif + return 0; } void maxiSample::trigger() { |
