gsc-tool/src/s1/s1_ps_token.cpp
2023-01-23 23:31:08 +01:00

16 lines
322 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 "s1_ps.hpp"
namespace xsk::gsc::s1_ps
{
extern std::array<std::pair<u32, char const*>, token_count> const token_list
{{
}};
} // namespace xsk::gsc::s1_ps