mirror of
https://github.com/libAthena/athena.git
synced 2025-12-11 06:27:51 +00:00
* Refactor Stream and *Reader classes
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with libAthena. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
#ifndef __SSFILE_HPP__
|
||||
#define __SSFILE_HPP__
|
||||
#ifndef SSFILE_HPP
|
||||
#define SSFILE_HPP
|
||||
|
||||
#include "Athena/Global.hpp"
|
||||
|
||||
@@ -62,5 +62,5 @@ private:
|
||||
};
|
||||
|
||||
}
|
||||
#endif // __SSFILE_HPP__
|
||||
#endif // SSFILE_HPP
|
||||
#endif // ATHENA_NO_SAVES
|
||||
|
||||
Reference in New Issue
Block a user