home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ Games Programming
/
CPPGAMES.ISO
/
thx
/
source
/
theatrix
/
folder.cpp
< prev
next >
Wrap
C/C++ Source or Header
|
1995-02-17
|
435b
|
15 lines
//-------------------------------------------------------------------------
//---------------------------------------------- Al Stevens ------------
//---------------------------------------------- folder.cpp ------------
//-------------------------------------------------------------------------
#include "folder.h"
void Folder::delHand(Hand* h)
{
for (int i = 0; i < eventct; i++)
events[i].delHand(h);
}