mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
* Adds min and max functionality by pressing the R and Z buttons while the Deposit Rupees dialogue box is opened. * Place functionality behind a cvar. * clangified * I slished when i shoulda slashed! * removal of src/ * Typo in tooltip * Updated to dynamic hook registration and fix sfx spam. * clang * Remove double assignment. * Update to HOOK_ID and adds Withdrawal functionaility. * Updated currentTextId's to actual format. * Clangs * Move to dialogue menu --------- Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
6 lines
97 B
C
6 lines
97 B
C
#ifndef DIALOGUES_H
|
|
#define DIALOGUES_H
|
|
|
|
void RegisterFastBankSelection();
|
|
|
|
#endif // DIALOGUES_H
|