mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
23 lines
513 B
Text
23 lines
513 B
Text
|
Solitaire for ReactOS
|
||
|
|
||
|
/*****************************************
|
||
|
A complete working example of the CardLib
|
||
|
card-game library.
|
||
|
|
||
|
Freeware
|
||
|
Copyright J Brown 2001
|
||
|
|
||
|
Updates at http://www.catch22.net
|
||
|
|
||
|
******************************************/
|
||
|
|
||
|
The author has given permission to use these sources
|
||
|
under Public Domain. Do what thou will but please give
|
||
|
credit where credit is due.
|
||
|
|
||
|
If you wish to use cardlib to write another card game
|
||
|
for ReactOS please make cardlib a static lib.
|
||
|
|
||
|
-sedwards
|
||
|
|