home *** CD-ROM | disk | FTP | other *** search
- #include <scan/modall.h>
- #include <scan/escan_protos.h>
-
- int __stdargs EGed_NewWindow (struct ENewGad *newgad, char **text, long tag1, ...)
- {
- return( EGed_NewWindowA(newgad, text, &tag1) );
- }
-
- struct EGedContext * __stdargs EGed_NewCreate (struct ENewGad *ng, char **text, long tag1, ...)
- {
- return( EGed_NewCreateA(ng, text, &tag1) );
- }
-