windows-nt/Source/XPSP1/NT/shell/osshell/games/mshearts/hearts.cpp
2020-09-26 16:20:57 +08:00

25 lines
769 B
C++

/***************************************************************************/
/** Microsoft Windows **/
/** Copyright(c) Microsoft Corp., 1991, 1992 **/
/***************************************************************************/
/****************************************************************************
hearts.cpp
Main file for Microsoft Hearts Network.
Aug 92, JimH
May 93, JimH chico port
****************************************************************************/
#include "hearts.h"
#include "debug.h"
extern "C" void _setargv() { } // reduces size of C runtimes
extern "C" void _setenvp() { }
TCHAR suitid[] = TEXT("CDHS");
TCHAR cardid[] = TEXT("JQKA");