mirror of https://github.com/libAthena/athena.git
* Fix ATHENA_NO_SAVES
This commit is contained in:
parent
5f74cdb9ed
commit
3b76c4f02f
|
@ -1,3 +1,4 @@
|
|||
#ifndef ATHENA_NO_SAVES
|
||||
// This file is part of libAthena.
|
||||
//
|
||||
// libAthena is free software: you can redistribute it and/or modify
|
||||
|
@ -93,3 +94,5 @@ private:
|
|||
|
||||
} // zelda
|
||||
#endif // __WII__SAVE_HPP__
|
||||
#endif // ATHENA_NO_SAVES
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#ifndef ATHENA_NO_SAVES
|
||||
// This file is part of libAthena.
|
||||
//
|
||||
// libAthena is free software: you can redistribute it and/or modify
|
||||
|
@ -106,3 +107,5 @@ WiiBanner* WiiSave::banner() const
|
|||
}
|
||||
|
||||
} // zelda
|
||||
|
||||
#endif // ATHENA_NO_SAVES
|
||||
|
|
Loading…
Reference in New Issue