#include <FCDebugState.h>
Public Member Functions | |
FCSDebugStack () | |
Constructor. | |
int | Compare (FCSDebugStack *Stack) |
Compare a stack to another. | |
Public Attributes | |
int | m_NumberOfCards |
Number of cards in the stack. | |
FCSDebugCard | m_Cards [MAX_NUM_CARDS_IN_A_STACK] |
Cards in the stack. |
Definition at line 99 of file FCDebugState.h.
|
Definition at line 85 of file FCDebugState.cpp. References m_Cards, and m_NumberOfCards. |