home *** CD-ROM | disk | FTP | other *** search
/ Developing for Microsoft …tive Animated Characters / DEV_AGENTA.ISO / Examples / c / hello3 / Hello3.h < prev    next >
C/C++ Source or Header  |  1997-08-19  |  173b  |  16 lines

  1. #ifndef _HelloAgent3_h_
  2. #define _HelloAgent3_h_
  3.  
  4.  
  5. #ifndef STRICT
  6. #define STRICT
  7. #endif
  8.  
  9.  
  10. #include <windows.h>
  11. #include <tchar.h>
  12. #include "AgtSvr.h"
  13.  
  14.  
  15. #endif
  16.