forge/arma/server/addons/bank/XEH_PREP.hpp
Jacob Schmidt 53bc8db7d0 Handle bank account sync in UI bridge
- Route bank sync payloads through the client bridge
- Refresh account state without rebuilding the full session
- Split CAD dispatcher UI into modular source files
2026-04-02 09:10:12 -05:00

7 lines
123 B
C++

PREP(initBank);
PREP(initMessenger);
PREP(initModel);
PREP(initPayloadBuilder);
PREP(initSessionManager);
PREP(initStore);