home *** CD-ROM | disk | FTP | other *** search
- //lRegen_FileHeading
- //lRegen_FileHeading
-
- /********************************************************************
- *
- * Source File: travel.h
- * Author: RC
- * Module: Header file for travel application
- * Program Desc:
- * Date: Fri Apr 05 12:07:05 1996
- * Language: ANSI C
- *
- ********************************************************************/
-
- #include <windows.h>
-
- #include ".\Resource.h"
-
-
-
- extern HINSTANCE hInstance;
- extern char szAppName[30];
- #define EXPORT __export
-
-
-
- //lRegen_Header
- #include <pvido.h>
- #include <malloc.h>
-
- #define IDC_IDO 701
-
- extern HWND hIDO;
-
- typedef struct
- {
- long lDistance;
- char szNamePrevious[99+1];
- char szNamePreviousLine[99+1];
- } USERDATA, FAR * LPUSERDATA;
-
- //lRegen_Header
-
- // Function prototypes for dialog and subdialog modules
- int fnAbouttravel(HWND, UINT, void FAR *);
- int fndistance(HWND, UINT, void FAR *);
- int fnnewpath(HWND, UINT, void FAR *);
- int fnnewcity(HWND, UINT, void FAR *);
-