SAGA2: Fix more warnings
This commit is contained in:
parent
97fa02d7b8
commit
4319fd55f5
6 changed files with 26 additions and 29 deletions
|
@ -76,9 +76,7 @@ inline Rect16 butBox(int n, int i) {
|
|||
* ===================================================================== */
|
||||
|
||||
bool userDialogAvailable(void);
|
||||
int16 userDialog(const char *title, char *msg, char *btnMsg1,
|
||||
char *btnMsg2,
|
||||
char *btnMsg3);
|
||||
int16 userDialog(const char *title, const char *msg, const char *btnMsg1, const char *btnMsg2, const char *btnMsg3);
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
// Wrapper to avoid errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue