mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
* Refactor Stream and *Reader classes
This commit is contained in:
@@ -13,8 +13,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 __MCFILE_HPP__
|
||||
#define __MCFILE_HPP__
|
||||
#ifndef MCFILE_HPP
|
||||
#define MCFILE_HPP
|
||||
|
||||
#include "Athena/Global.hpp"
|
||||
|
||||
@@ -48,4 +48,4 @@ private:
|
||||
};
|
||||
|
||||
} // zelda
|
||||
#endif // __MCFILE_HPP__
|
||||
#endif // MCFILE_HPP
|
||||
|
||||
Reference in New Issue
Block a user