gsc-tool/include/xsk/gsc/engine/s1_xb.hpp
2024-01-14 12:14:01 +01:00

27 lines
522 B
C++

// Copyright 2024 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::s1_xb
{
constexpr usize code_count = 154;
constexpr usize func_count = 3;
constexpr usize meth_count = 0;
constexpr usize token_count = 0;
constexpr u32 max_string_id = 0xA51D;
class context : public gsc::context
{
public:
context();
};
} // namespace xsk::gsc::s1_xb