16 lines
311 B
C++
16 lines
311 B
C++
// Copyright 2023 xensik. All rights reserved.
|
|
//
|
|
// Use of this source code is governed by a GNU GPLv3 license
|
|
// that can be found in the LICENSE file.
|
|
|
|
#include "s4.hpp"
|
|
|
|
namespace xsk::gsc::s4
|
|
{
|
|
|
|
extern std::array<std::pair<u16, char const*>, meth_count> const meth_list
|
|
{{
|
|
}};
|
|
|
|
} // namespace xsk::gsc::s4
|