Cube opening works

This commit is contained in:
Hash Borgir
2024-04-30 23:24:36 -06:00
parent 56a49ff1e0
commit d33c619372
47 changed files with 729 additions and 78 deletions

View File

@@ -32,6 +32,9 @@ namespace d2_tweaks {
bool process_left_mouse(bool up);
bool process_right_mouse(bool up);
bool process_middle_mouse(bool up);
bool process_mouse_wheel(bool up);
bool process_key_event(uint32_t key, bool up);
};