home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / yak-1.59.lha / Yak-1.59 / Src / dummy.c < prev    next >
Encoding:
Text File  |  1994-02-16  |  117 b   |  7 lines

  1. /*
  2. *    This gets loaded in place of help-window when it's closed.
  3. *
  4. **/
  5. void DummyOverlay(void);
  6. void DummyOverlay(){}
  7.