gsc-tool/src/iw8/iw8.hpp
2023-02-28 16:32:53 +01:00

27 lines
521 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 <stdinc.hpp>
#include <gsc/context.hpp>
namespace xsk::gsc::iw8
{
constexpr usize code_count = 190;
constexpr usize func_count = 1065;
constexpr usize meth_count = 2032;
constexpr usize token_count = 72014;
constexpr u32 max_string_id = 0x1472F;
class context : public gsc::context
{
public:
context();
};
} // namespace xsk::gsc::iw8