* Fix ATHENA_NO_SAVES

This commit is contained in:
Phillip Stephens 2014-06-28 08:38:50 -07:00
parent 5f74cdb9ed
commit 3b76c4f02f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#ifndef ATHENA_NO_SAVES
// This file is part of libAthena. // This file is part of libAthena.
// //
// libAthena is free software: you can redistribute it and/or modify // libAthena is free software: you can redistribute it and/or modify
@ -93,3 +94,5 @@ private:
} // zelda } // zelda
#endif // __WII__SAVE_HPP__ #endif // __WII__SAVE_HPP__
#endif // ATHENA_NO_SAVES

View File

@ -1,3 +1,4 @@
#ifndef ATHENA_NO_SAVES
// This file is part of libAthena. // This file is part of libAthena.
// //
// libAthena is free software: you can redistribute it and/or modify // libAthena is free software: you can redistribute it and/or modify
@ -106,3 +107,5 @@ WiiBanner* WiiSave::banner() const
} }
} // zelda } // zelda
#endif // ATHENA_NO_SAVES