diff options
Diffstat (limited to 'cheat/internal_rewrite/extra.hpp')
| -rw-r--r-- | cheat/internal_rewrite/extra.hpp | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/cheat/internal_rewrite/extra.hpp b/cheat/internal_rewrite/extra.hpp index 7f0ac98..5c7d5f4 100644 --- a/cheat/internal_rewrite/extra.hpp +++ b/cheat/internal_rewrite/extra.hpp @@ -7,6 +7,17 @@ namespace features class c_extra {
bool m_fire_next{ };
+ // i'm gay
+ struct netchan_record_t {
+ float m_realtime;
+ int32_t m_reliable;
+ int32_t m_sequence;
+ };
+
+ std::vector< netchan_record_t > m_net_records;
+
+ int32_t m_last_sequence;
+
public:
void rank_reveal( user_cmd_t* ucmd );
void thirdperson( );
@@ -36,6 +47,6 @@ namespace features private:
using grenade_trace_t = std::vector< vec3_t >;
-
+
};
}
\ No newline at end of file |
