home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / componen / interact / demo / data.2 / samples / mfc / TRAVEL / TRAVEL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-05  |  1.1 KB  |  42 lines

  1.  
  2. //lRegen_FileHeading
  3. //lRegen_FileHeading
  4.  
  5.      /********************************************************************
  6.       *
  7.       *   Source File:  travel.h                                          
  8.       *   Author:       RC                                                
  9.       *   Module:       Main Header file for travel                       
  10.       *   Program Desc:                                                                                 
  11.       *   Date:         Fri Apr 05 14:06:00 1996                          
  12.       *   Language:     MFC C++ 3.0
  13.       *
  14.       ********************************************************************/
  15.  
  16. #ifndef __TRAVEL__H
  17. #define __TRAVEL__H
  18.  
  19. #ifndef RC_INVOKED
  20. #include <afxwin.h>
  21. #include <afxdlgs.h>
  22. #include <afxext.h>
  23. #pragma hdrstop
  24. #endif
  25.  
  26. //Regen_Vars
  27. //Regen_Vars
  28.  
  29.  
  30. #include ".\Resource.h"
  31. #include ".\mainapp.h"
  32. #include ".\Abouttra.h"
  33. #include ".\distance.h"
  34. #include ".\newpath.h"
  35. #include ".\newcity.h"
  36. #include "idomfc.h"
  37. //Regen_Classes
  38. //Regen_Classes
  39.  
  40. #endif // __TRAVELCLS_H
  41.  
  42.