diff options
Diffstat (limited to 'internal_rewrite/IPanel.hpp')
| -rw-r--r-- | internal_rewrite/IPanel.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/internal_rewrite/IPanel.hpp b/internal_rewrite/IPanel.hpp deleted file mode 100644 index bbae705..0000000 --- a/internal_rewrite/IPanel.hpp +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once -#include "util.hpp" - -class IPanel { -public: - const char* GetName( int panel ) { - using fn = const char* ( __thiscall* )( void*, int ); - return util::get_vfunc< fn >( this, 36 )( this, panel ); - } -};
\ No newline at end of file |
