pineapple-src/src/common/address_space.cpp

11 lines
218 B
C++
Raw Normal View History

2022-06-30 01:24:05 +00:00
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
// SPDX-License-Identifier: GPL-3.0-or-later
2022-06-16 01:46:18 +00:00
#include "common/address_space.inc"
namespace Common {
template class Common::FlatAllocator<u32, 0, 32>;
}