mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-04 14:02:45 +01:00
10 lines
218 B
C++
10 lines
218 B
C++
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#include "common/address_space.inc"
|
|
|
|
namespace Common {
|
|
|
|
template class Common::FlatAllocator<u32, 0, 32>;
|
|
|
|
}
|