diff options
Diffstat (limited to 'MinimapText.h')
-rw-r--r-- | MinimapText.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MinimapText.h b/MinimapText.h new file mode 100644 index 0000000..808c11c --- /dev/null +++ b/MinimapText.h @@ -0,0 +1,13 @@ +#pragma once +#include "Feature.h" + +class DetourHook64; +class MinimapText : public Feature +{ + DetourHook64* minimapTextDetour; + + //Callbacks + void OnInitialise(); + void OnMenuMainWindow(); + void OnShutdown(); +};
\ No newline at end of file |