gsc-tool/src/iw6/iw6_pc.hpp

27 lines
542 B
C++
Raw Normal View History

2023-01-23 17:31:08 -05:00
// 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
2023-02-28 10:32:53 -05:00
#include <stdinc.hpp>
#include <gsc/context.hpp>
2023-01-23 17:31:08 -05:00
namespace xsk::gsc::iw6_pc
{
// IW6 PC 3.15.146
constexpr usize code_count = 153;
constexpr usize func_count = 605;
constexpr usize meth_count = 1066;
constexpr usize token_count = 17657;
constexpr u32 max_string_id = 38305;
class context : public gsc::context
{
public:
context();
};
} // namespace xsk::gsc::iw6_pc