mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
8 lines
257 B
C
8 lines
257 B
C
#pragma once
|
|
|
|
void MsgDialogCreate(u32 type, const char* msg, u64& status);
|
|
void MsgDialogDestroy();
|
|
void MsgDialogProgressBarSetMsg(u32 index, const char* msg);
|
|
void MsgDialogProgressBarReset(u32 index);
|
|
void MsgDialogProgressBarInc(u32 index, u32 delta);
|