home *** CD-ROM | disk | FTP | other *** search
/ Game Programming - All in One (3rd Edition) / game_prog_all_in_one_3rd_ed.iso / sources / chapter02 / GetInfo / GetInfo_private.h next >
Encoding:
C/C++ Source or Header  |  2006-09-10  |  582 b   |  24 lines

  1. /* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
  2. /* DO NOT EDIT ! */
  3.  
  4. #ifndef GETINFO_PRIVATE_H
  5. #define GETINFO_PRIVATE_H
  6.  
  7. /* VERSION DEFINITIONS */
  8. #define VER_STRING    "1.0.0.106"
  9. #define VER_MAJOR    1
  10. #define VER_MINOR    0
  11. #define VER_RELEASE    0
  12. #define VER_BUILD    106
  13. #define COMPANY_NAME    ""
  14. #define FILE_VERSION    ""
  15. #define FILE_DESCRIPTION    "Developed using the Dev-C++ IDE"
  16. #define INTERNAL_NAME    ""
  17. #define LEGAL_COPYRIGHT    ""
  18. #define LEGAL_TRADEMARKS    ""
  19. #define ORIGINAL_FILENAME    ""
  20. #define PRODUCT_NAME    ""
  21. #define PRODUCT_VERSION    ""
  22.  
  23. #endif /*GETINFO_PRIVATE_H*/
  24.