parent
cab58d0d34
commit
6228bf77e8
|
@ -3,12 +3,13 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
#pragma endian little
|
#pragma endian little
|
||||||
// Big archives need a big pattern limit
|
// Big archives need a big pattern limit
|
||||||
#pragma max_patterns 0x40000
|
#pragma pattern_limit 0x40000
|
||||||
|
#pragma array_limit 0x40000
|
||||||
|
|
||||||
namespace europa {
|
namespace europa {
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
// YATF pattern
|
// YATF pattern
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef EUROPA_IO_PAKFILE_H
|
#ifndef EUROPA_IO_PAKFILE_H
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef EUROPA_IO_PAKREADER_H
|
#ifndef EUROPA_IO_PAKREADER_H
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef EUROPA_IO_PAKWRITER_H
|
#ifndef EUROPA_IO_PAKWRITER_H
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef EUROPA_IO_YATFREADER_H
|
#ifndef EUROPA_IO_YATFREADER_H
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
// laziness.. should probably remove this file
|
// laziness.. should probably remove this file
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef EUROPA_STRUCTS_PAK_H
|
#ifndef EUROPA_STRUCTS_PAK_H
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef EUROPA_STRUCTS_YATF_H
|
#ifndef EUROPA_STRUCTS_YATF_H
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef EUROPA_UTIL_FIXEDSTRING_H
|
#ifndef EUROPA_UTIL_FIXEDSTRING_H
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef EUROPA_FOURCC_H
|
#ifndef EUROPA_FOURCC_H
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
//
|
//
|
||||||
// SSX 3 Lobby Server
|
// EuropaTools
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// This file is licensed under the GNU General Public License Version 3.
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Text is provided in LICENSE.
|
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef EUROPA_UTIL_TUPLEELEMENT_H
|
#ifndef EUROPA_UTIL_TUPLEELEMENT_H
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <europa/io/PakReader.h>
|
#include <europa/io/PakReader.h>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
// A test utility to regurgitate a pak.
|
// A test utility to regurgitate a pak.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
// A test utility to regurgitate a pak.
|
// A test utility to regurgitate a pak.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
// (C) 2021-2022 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <europa/io/YatfReader.h>
|
#include <europa/io/YatfReader.h>
|
||||||
|
|
Loading…
Reference in New Issue