gsc-tool/src/s4/s4_meth.cpp

16 lines
311 B
C++
Raw Normal View History

2023-01-23 23:31:08 +01:00
// 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