home *** CD-ROM | disk | FTP | other *** search
/ Gekikoh Dennoh Club 1 / Gekikoh Dennoh Club Vol. 1 (Japan).7z / Gekikoh Dennoh Club Vol. 1 (Japan) (Track 1).bin / kowin / archive / sys / kowin14s.lzh / corlib / MgButtonInit.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-15  |  187 b   |  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.