close remtoe stash works

This commit is contained in:
Hash Borgir
2024-05-01 13:42:06 -06:00
parent d33c619372
commit f8349e6ba1
39 changed files with 259 additions and 64 deletions

View File

@@ -30,6 +30,9 @@ extern bool m_stats_enabled;
extern bool m_help_enabled;
extern bool m_cube_enabled;
extern bool m_stash_enabled;
namespace diablo2 {
namespace structures {

View File

@@ -18,6 +18,8 @@ namespace d2_tweaks {
ui::controls::button* m_toggle_filter_settings_btn;
ui::controls::button* m_btn_toggle_stats;
ui::controls::button* m_btn_toggle_help;
ui::controls::button* m_btn_toggle_cube;
ui::controls::button* m_btn_toggle_stash;
menu* m_filter_settings_menu;
bool m_show;
public:
@@ -26,7 +28,8 @@ namespace d2_tweaks {
void toggle_filter_settings_click();
void toggle_stats_settings_click();
void toggle_help_click();
void toggle_cube_click();
void toggle_stash_click();
void draw() override;
bool key_event(uint32_t key, bool up) override;

View File

@@ -89,7 +89,7 @@ namespace diablo2 {
static int32_t send_to_server_9(BYTE type, DWORD num, DWORD unk1);
static void set_ui_toggle(int nToggle, int nUIState, BOOL bToggle);
};
}