gsc-tool/include/xsk/gsc/engine/s2.hpp
2023-03-02 16:41:32 +01:00

27 lines
522 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.
#pragma once
#include "xsk/stdinc.hpp"
#include "xsk/gsc/context.hpp"
namespace xsk::gsc::s2
{
constexpr usize code_count = 155;
constexpr usize func_count = 1000;
constexpr usize meth_count = 1700;
constexpr usize token_count = 5;
constexpr u32 max_string_id = 0xACEE;
class context : public gsc::context
{
public:
context();
};
} // namespace xsk::gsc::s2