forge/arma/client/addons/bank/XEH_PREP.hpp
Jacob Schmidt 603963c935 Refactor bank UI to bridge-driven single-page flow
- Replace separate bank/ATM pages with a unified `index.html` app bundle
- Split bank init into `initClass`, `initSessionService`, and `initUIBridge`
- Route UI events through `BankUIBridge` and refresh session payloads after sync
2026-03-14 12:11:34 -05:00

6 lines
99 B
C++

PREP(handleUIEvents);
PREP(initClass);
PREP(initSessionService);
PREP(initUIBridge);
PREP(openUI);