diff options
Diffstat (limited to 'src/T2DLL/T2ToolCallback.h')
-rw-r--r-- | src/T2DLL/T2ToolCallback.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/T2DLL/T2ToolCallback.h b/src/T2DLL/T2ToolCallback.h new file mode 100644 index 0000000..3cde218 --- /dev/null +++ b/src/T2DLL/T2ToolCallback.h @@ -0,0 +1,7 @@ +#pragma once +#include "common.h" + +class AFX_EXT_CLASS T2ToolCallback { +public: + virtual void toolCallback_vf00(int unkParam1, int unkParam2) = 0; +}; |