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
793 B
24 lines
793 B
/***************************************************************************/
|
|
/** 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");
|