summaryrefslogtreecommitdiff
path: root/tf2/IPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'tf2/IPanel.h')
-rw-r--r--tf2/IPanel.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/tf2/IPanel.h b/tf2/IPanel.h
deleted file mode 100644
index 5252642..0000000
--- a/tf2/IPanel.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-class IPanel {
-public:
- const char* GetName( int iPanel ) {
- return call_vfunc< const char*( __thiscall* )( void*, int ) >( this, 36 )( this, iPanel );
- }
-
- void SetMouseInputEnabled( unsigned int iPanel, bool state ) {
- return call_vfunc< void( __thiscall* )( void*, unsigned int, bool ) >( this, 32 )( this, iPanel, state );
- }
-
-}; \ No newline at end of file