Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
769 B

  1. /***************************************************************************/
  2. /** Microsoft Windows **/
  3. /** Copyright(c) Microsoft Corp., 1991, 1992 **/
  4. /***************************************************************************/
  5. /****************************************************************************
  6. hearts.cpp
  7. Main file for Microsoft Hearts Network.
  8. Aug 92, JimH
  9. May 93, JimH chico port
  10. ****************************************************************************/
  11. #include "hearts.h"
  12. #include "debug.h"
  13. extern "C" void _setargv() { } // reduces size of C runtimes
  14. extern "C" void _setenvp() { }
  15. TCHAR suitid[] = TEXT("CDHS");
  16. TCHAR cardid[] = TEXT("JQKA");