pineapple-src/src/common/address_space.cpp
2022-11-05 13:58:44 +01:00

10 lines
228 B
C++
Executable file

// 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>;
}