2025-02-20 05:32:33 -05:00

27 lines
538 B
C++

// Copyright 2025 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::s4
{
constexpr usize code_count = 190;
constexpr usize func_count = 54;
constexpr usize meth_count = 37;
constexpr usize token_count = 4;
constexpr u32 max_string_id = 0x110F3;
struct context : public gsc::context
{
public:
context(gsc::instance inst);
};
} // namespace xsk::gsc::s4