home *** CD-ROM | disk | FTP | other *** search
- /* ------------ help.c ----------- */
-
- #include <stdio.h>
- #include <string.h>
- #include "dflat.h"
-
- int HelpBoxProc(WINDOW wnd, MESSAGE msg, PARAM p1, PARAM p2)
- {
- return BaseWndProc(HELPBOX, wnd, msg, p1, p2);
- }
-
- void HelpFunction(void)
- {
- }