home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / wpj_mag / wpjv1n4.zip / ROD.ZIP / RODSAPP.H < prev    next >
Text File  |  1993-02-22  |  527b  |  24 lines

  1. //***********************************************
  2. //* rodsapp.h:
  3. //***********************************************
  4.  
  5. #define    IDM_RODMENU    100
  6.  
  7. #define    IDM_STEPONE    10
  8. #define    IDM_STEPTWO    12
  9. #define    IDM_ABOUT    14
  10.  
  11. #define    IDD_ABOUTBOX    20
  12.  
  13. /* window function prototypes */
  14. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  15. LONG FAR PASCAL MainWndProc(HWND, unsigned, WORD, LONG);
  16.  
  17. BOOL InitApplication(HANDLE);
  18. BOOL InitInstance(HANDLE, int);
  19.  
  20. /* global variables */
  21. int    variableA;
  22. int    variableB;
  23. int    variableC;
  24.