diff options
Diffstat (limited to 'cheat/tf2/prediction.h')
| -rw-r--r-- | cheat/tf2/prediction.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cheat/tf2/prediction.h b/cheat/tf2/prediction.h new file mode 100644 index 0000000..e71ac24 --- /dev/null +++ b/cheat/tf2/prediction.h @@ -0,0 +1,10 @@ +#pragma once
+class user_cmd_t;
+class c_base_player;
+namespace features
+{
+ class c_prediction {
+ public:
+ void run_prediction( user_cmd_t* cmd );
+ };
+}
\ No newline at end of file |
