gsc-tool/src/iw6/iw6_ps_func.cpp
2023-01-23 23:31:08 +01:00

19 lines
417 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 "iw6_ps.hpp"
namespace xsk::gsc::iw6_ps
{
extern std::array<std::pair<u16, char const*>, func_count> const func_list
{{
{ 0x12, "isdefined" },
{ 0xB7, "getfirstarraykey" },
{ 0xB8, "getnextarraykey" },
}};
} // namespace xsk::gsc::iw6_ps