mirror of
https://github.com/libAthena/athena.git
synced 2025-12-17 17:05:33 +00:00
* Bring .pro up to date
* Add libAthena.pc * Make installable
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
#define __ALTTP_FILE_READER_HPP__
|
||||
|
||||
#include <string>
|
||||
#include "Types.hpp"
|
||||
#include "BinaryReader.hpp"
|
||||
#include "ALTTPQuest.hpp"
|
||||
#include "Athena/Types.hpp"
|
||||
#include "Athena/BinaryReader.hpp"
|
||||
#include "Athena/ALTTPQuest.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
#include "Types.hpp"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "ALTTPStructs.hpp"
|
||||
#include "ALTTPEnums.hpp"
|
||||
#include "Athena/ALTTPStructs.hpp"
|
||||
#include "Athena/ALTTPEnums.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#ifndef __DOXYGEN_IGNORE__
|
||||
|
||||
#include <string>
|
||||
#include "Types.hpp"
|
||||
#include "Athena/Types.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef __BINARYREADER_HPP__
|
||||
#define __BINARYREADER_HPP__
|
||||
|
||||
#include "Stream.hpp"
|
||||
#include "Athena/Stream.hpp"
|
||||
#include <string>
|
||||
#include <functional>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef __BINARYWRITER_HPP__
|
||||
#define __BINARYWRITER_HPP__
|
||||
|
||||
#include "Stream.hpp"
|
||||
#include "Athena/Stream.hpp"
|
||||
#include <string>
|
||||
#include <functional>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef __FILENOTFOUNDEXCEPTION_HPP__
|
||||
#define __FILENOTFOUNDEXCEPTION_HPP__
|
||||
|
||||
#include "Exception.hpp"
|
||||
#include "Athena/Exception.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef FILESTREAM_HPP
|
||||
#define FILESTREAM_HPP
|
||||
|
||||
#include "Stream.hpp"
|
||||
#include "Athena/Stream.hpp"
|
||||
#include <string>
|
||||
#include <cstdio>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef __IOEXCEPTION_HPP__
|
||||
#define __IOEXCEPTION_HPP__
|
||||
|
||||
#include "Exception.hpp"
|
||||
#include "Athena/Exception.hpp"
|
||||
|
||||
|
||||
namespace Athena
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef INVALIDDATAEXCEPTION_HPP
|
||||
#define INVALIDDATAEXCEPTION_HPP
|
||||
|
||||
#include "Exception.hpp"
|
||||
#include "Athena/Exception.hpp"
|
||||
#include <sstream>
|
||||
|
||||
namespace Athena
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <stdarg.h>
|
||||
#include "Exception.hpp"
|
||||
#include "Athena/Exception.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef __MCFILEREADER_HPP__
|
||||
#define __MCFILEREADER_HPP__
|
||||
|
||||
#include "BinaryReader.hpp"
|
||||
#include "Athena/BinaryReader.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
#ifndef __MCFILEWRITER_HPP__
|
||||
#define __MCFILEWRITER_HPP__
|
||||
|
||||
#include "Types.hpp"
|
||||
#include "BinaryWriter.hpp"
|
||||
#include "Athena/Types.hpp"
|
||||
#include "Athena/BinaryWriter.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef __SSFILEREADER_HPP__
|
||||
#define __SSFILEREADER_HPP__
|
||||
|
||||
#include "BinaryReader.hpp"
|
||||
#include "Athena/BinaryReader.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef __SSFILEWRITER_HPP__
|
||||
#define __SSFILEWRITER_HPP__
|
||||
|
||||
#include "BinaryWriter.hpp"
|
||||
#include "Athena/BinaryWriter.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#define SKYWARDSWORDQUEST_HPP
|
||||
|
||||
#include "Athena/Global.hpp"
|
||||
#include "ZQuestFile.hpp"
|
||||
#include "Athena/ZQuestFile.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <stdarg.h>
|
||||
#include "Types.hpp"
|
||||
#include "Athena/Types.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef __WIIIMAGE_HPP__
|
||||
#define __WIIIMAGE_HPP__
|
||||
|
||||
#include "Types.hpp"
|
||||
#include "Athena/Types.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef __WII_SAVE_WRITER_HPP__
|
||||
#define __WII_SAVE_WRITER_HPP__
|
||||
|
||||
#include "BinaryWriter.hpp"
|
||||
#include "Athena/BinaryWriter.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef __ZQUESTFILEREADER_HPP__
|
||||
#define __ZQUESTFILEREADER_HPP__
|
||||
|
||||
#include "BinaryReader.hpp"
|
||||
#include "Athena/BinaryReader.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user