diff options
Diffstat (limited to 'tf2/IVDebugOverlay.h')
| -rw-r--r-- | tf2/IVDebugOverlay.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tf2/IVDebugOverlay.h b/tf2/IVDebugOverlay.h deleted file mode 100644 index 664b356..0000000 --- a/tf2/IVDebugOverlay.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once
-#include "VFunc.h"
-
-class vec3_t;
-class IVDebugOverlay {
-public:
- int ScreenPosition( const vec3_t& point, vec3_t& screen ) {
- return call_vfunc< int( __thiscall* )( void*, const vec3_t&, vec3_t& ) >( this, 10 )( this, point, screen );
- }
-};
\ No newline at end of file |
