16 lines
322 B
C++
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
|