diff options
| author | navewindre <boneyaard@gmail.com> | 2018-12-04 19:56:23 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-12-04 19:56:23 +0100 |
| commit | 009f264c3d98f742bec9aaeaafe86d66ad5116a5 (patch) | |
| tree | 0f928ae839867e117a694cd84c2dcfcf419d330b /cheat/internal_rewrite/lag_mgr.hpp | |
| parent | a7e0ce1fb433a3f1ba34b92b084a2c5e8baf4dfe (diff) | |
dadffsad
Diffstat (limited to 'cheat/internal_rewrite/lag_mgr.hpp')
| -rw-r--r-- | cheat/internal_rewrite/lag_mgr.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cheat/internal_rewrite/lag_mgr.hpp b/cheat/internal_rewrite/lag_mgr.hpp index d495210..c3a6faa 100644 --- a/cheat/internal_rewrite/lag_mgr.hpp +++ b/cheat/internal_rewrite/lag_mgr.hpp @@ -61,5 +61,9 @@ namespace features int m_held_ticks{ }; bool m_breaking_lc{ }; bool m_has_fired{ }; + + public: + bool m_is_peeking; + matrix3x4 m_peek_matrix[ 128 ]; }; }
\ No newline at end of file |
