parent
8d607675d0
commit
f79c92c742
|
@ -9,9 +9,8 @@
|
|||
#ifndef EUROPA_IO_PAKFILE_H
|
||||
#define EUROPA_IO_PAKFILE_H
|
||||
|
||||
#include <europa/structs/Pak.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <europa/structs/Pak.hpp>
|
||||
#include <vector>
|
||||
|
||||
namespace europa::io {
|
|
@ -9,9 +9,8 @@
|
|||
#ifndef EUROPA_IO_PAKREADER_H
|
||||
#define EUROPA_IO_PAKREADER_H
|
||||
|
||||
#include <europa/io/PakFile.h>
|
||||
#include <europa/structs/Pak.h>
|
||||
|
||||
#include <europa/io/PakFile.hpp>
|
||||
#include <europa/structs/Pak.hpp>
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
|
@ -9,8 +9,7 @@
|
|||
#ifndef EUROPA_IO_PAKWRITER_H
|
||||
#define EUROPA_IO_PAKWRITER_H
|
||||
|
||||
#include <europa/io/PakFile.h>
|
||||
|
||||
#include <europa/io/PakFile.hpp>
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
|
@ -9,9 +9,9 @@
|
|||
#ifndef EUROPA_IO_YATFREADER_H
|
||||
#define EUROPA_IO_YATFREADER_H
|
||||
|
||||
#include <europa/structs/Yatf.h>
|
||||
#include <pixel/RgbaImage.h>
|
||||
|
||||
#include <europa/structs/Yatf.hpp>
|
||||
#include <iosfwd>
|
||||
|
||||
namespace europa::io {
|
|
@ -9,10 +9,9 @@
|
|||
#ifndef EUROPA_STRUCTS_PAK_H
|
||||
#define EUROPA_STRUCTS_PAK_H
|
||||
|
||||
#include <europa/structs/ImHexAdapter.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <europa/structs/ImHexAdapter.hpp>
|
||||
|
||||
namespace europa::structs {
|
||||
|
|
@ -9,9 +9,8 @@
|
|||
#ifndef EUROPA_STRUCTS_YATF_H
|
||||
#define EUROPA_STRUCTS_YATF_H
|
||||
|
||||
#include <europa/structs/ImHexAdapter.h>
|
||||
#include <europa/util/FourCC.h>
|
||||
|
||||
#include <europa/structs/ImHexAdapter.hpp>
|
||||
#include <europa/util/FourCC.hpp>
|
||||
#include <type_traits>
|
||||
|
||||
namespace europa::structs {
|
|
@ -9,9 +9,8 @@
|
|||
#ifndef EUROPA_FOURCC_H
|
||||
#define EUROPA_FOURCC_H
|
||||
|
||||
#include <europa/util/FixedString.h>
|
||||
|
||||
#include <bit>
|
||||
#include <europa/util/FixedString.hpp>
|
||||
|
||||
namespace europa::util {
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
//
|
||||
|
||||
#include <europa/io/PakFile.h>
|
||||
#include <europa/io/PakFile.hpp>
|
||||
|
||||
namespace europa::io {
|
||||
|
||||
|
|
|
@ -6,10 +6,9 @@
|
|||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
//
|
||||
|
||||
#include <europa/io/PakReader.h>
|
||||
#include <europa/structs/Pak.h>
|
||||
|
||||
#include <cstring>
|
||||
#include <europa/io/PakReader.hpp>
|
||||
#include <europa/structs/Pak.hpp>
|
||||
|
||||
#include "StreamUtils.h"
|
||||
|
||||
|
|
|
@ -6,15 +6,13 @@
|
|||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
//
|
||||
|
||||
#include <europa/io/PakWriter.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <europa/io/PakWriter.hpp>
|
||||
#include <europa/util/TupleElement.hpp>
|
||||
#include <iostream>
|
||||
|
||||
#include "StreamUtils.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <europa/util/TupleElement.h>
|
||||
|
||||
namespace europa::io {
|
||||
|
||||
void PakWriter::Init(structs::PakHeader::Version version) {
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
//
|
||||
|
||||
#include <europa/io/YatfReader.h>
|
||||
|
||||
#include <europa/io/YatfReader.hpp>
|
||||
#include <vector>
|
||||
|
||||
#include "StreamUtils.h"
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
//
|
||||
|
||||
#include <europa/io/PakReader.h>
|
||||
|
||||
#include <europa/io/PakReader.hpp>
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
#include <indicators/cursor_control.hpp>
|
||||
|
|
|
@ -8,12 +8,11 @@
|
|||
|
||||
// A test utility to regurgitate a pak.
|
||||
|
||||
#include <europa/io/PakReader.h>
|
||||
#include <europa/io/PakWriter.h>
|
||||
|
||||
#include <europa/io/PakReader.hpp>
|
||||
#include <europa/io/PakWriter.hpp>
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <filesystem>
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
|
|
|
@ -8,9 +8,8 @@
|
|||
|
||||
// A test utility to regurgitate a pak.
|
||||
|
||||
#include <europa/io/PakReader.h>
|
||||
#include <europa/io/PakWriter.h>
|
||||
|
||||
#include <europa/io/PakReader.hpp>
|
||||
#include <europa/io/PakWriter.hpp>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
//
|
||||
|
||||
#include <europa/io/YatfReader.h>
|
||||
#include <pixel/ImageWriter.h>
|
||||
|
||||
#include <europa/io/YatfReader.hpp>
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
|
Loading…
Reference in New Issue