home *** CD-ROM | disk | FTP | other *** search
/ Kyūkyoku!! X68000 Emulator / X68000Book.dat / mac / OLS / X68000 / Ko-Window / kow142s.lzh / corlib / MgButtonInit.c < prev    next >
C/C++ Source or Header  |  1992-10-15  |  187b  |  15 lines

  1. /*    Copyright 1992 H.Ogasawara (COR.)    */
  2.  
  3. #include    <wlib.h>
  4. #include    <parts.h>
  5. #include    "MgButton.h"
  6.  
  7. void
  8. MgButtonInit( mb )
  9. MgButton    *mb;
  10. {
  11.     mb->x1= 0;
  12.     mb->next= NULL;
  13. }
  14.  
  15.