Skip to content

Commit

Permalink
Add swi function
Browse files Browse the repository at this point in the history
  • Loading branch information
cad0gan committed May 10, 2024
1 parent 5044e54 commit 7f48cc1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions swilib/include/swilib/ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,13 @@ __swi_begin(0x3C0)
int ShowWaitBox(int flags, int message)
__swi_end(0x3C0, ShowWaitBox, (flags, message));

/**
* Get pointer for proc3 method of #PBAR_DESC struct.
* @return pointer
* */
__swi_begin(0x83C5)
void *GetPBarProc3()
__swi_end(0x83C5, GetPBarProc3, ());
/**
* Progressbar popup.
* @param flags
Expand Down

0 comments on commit 7f48cc1

Please sign in to comment.