home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gfx / imagefx_sdk-2.0.lha / ImageFX_SDK / sas / scanlib / eged.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-08  |  343 b   |  13 lines

  1. #include <scan/modall.h>
  2. #include <scan/escan_protos.h>
  3.  
  4. int __stdargs EGed_NewWindow (struct ENewGad *newgad, char **text, long tag1, ...)
  5. {
  6.    return( EGed_NewWindowA(newgad, text, &tag1) );
  7. }
  8.  
  9. struct EGedContext * __stdargs EGed_NewCreate (struct ENewGad *ng, char **text, long tag1, ...)
  10. {
  11.    return( EGed_NewCreateA(ng, text, &tag1) );
  12. }
  13.