gsc-tool/include/xsk/gsc/engine/iw6_xb.hpp

27 lines
524 B
C++
Raw Normal View History

// Copyright 2024 xensik. All rights reserved.
2023-01-23 17:31:08 -05:00
//
// 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"
2023-01-23 17:31:08 -05:00
namespace xsk::gsc::iw6_xb
{
constexpr usize code_count = 153;
constexpr usize func_count = 3;
constexpr usize meth_count = 0;
constexpr usize token_count = 0;
constexpr u32 max_string_id = 0x8EFA;
class context : public gsc::context
{
public:
context();
};
} // namespace xsk::gsc::iw6_xb