mirror of
https://github.com/pound-emu/pound.git
synced 2025-06-22 22:48:09 -04:00
13 lines
285 B
C++
13 lines
285 B
C++
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include "core/file_sys/vfs/vfs_types.h"
|
|
|
|
namespace FileSys::SystemArchive {
|
|
|
|
VirtualDir NgWord1();
|
|
VirtualDir NgWord2();
|
|
|
|
} // namespace FileSys::SystemArchive
|