removed unnecessary __fastcall__s, some minor cleanups

git-svn-id: svn://svn.cc65.org/cc65/trunk@2420 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2003-08-28 20:51:38 +00:00
parent 7989e202a6
commit 2e1db7ae38
12 changed files with 61 additions and 76 deletions

View File

@@ -2,14 +2,13 @@
GEOS dialog box functions
by Maciej 'YTM/Elysium' Witkowiak
26.12.1999, 10.03.2000, 17.8.2003
*/
#ifndef _GDLGBOX_H
#define _GDLGBOX_H
char __fastcall__ DoDlgBox(const char *dboxstring);
char __fastcall__ RstrFrmDialogue(void);
char RstrFrmDialogue(void);
/* These are custom, predefined dialog boxes, I'm sure you'll find them usable
Most of them show 2 lines of text */
@@ -109,4 +108,3 @@ typedef void dlgBoxStr;
#define OFF_DB_1STCMD 7
#endif