summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/ng_word.h
blob: 51bcc3327d6fde727fa43376c0ede71d7e7dff07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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