]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/forty/card.cpp
warning msgs
[wxWidgets.git] / samples / forty / card.cpp
index 5dc266982ee0ffbffdf2029eab70b3c80d1ec865..b38056ead03786135619e7523e184a59ce0686bf 100644 (file)
 // Last modified: 22nd July 1998 - ported to wxWindows 2.0
 /////////////////////////////////////////////////////////////////////////////
 //+-------------------------------------------------------------+
-//| Description:                                                                                               |
-//|    A class for drawing playing cards.                                                      |
-//|    Currently assumes that the card symbols have been                       |
-//|    loaded into hbmap_symbols and the pictures for the                      |
-//|    Jack, Queen and King have been loaded into                                      |
-//|    hbmap_pictures.                                                                                         |
+//| Description
+//|    A class for drawing playing cards.
+//|    Currently assumes that the card symbols have been
+//|    loaded into hbmap_symbols and the pictures for the
+//|    Jack, Queen and King have been loaded into
+//|    hbmap_pictures.
 //+-------------------------------------------------------------+
 
 #ifdef __GNUG__