home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 9
/
CDACTUAL9.iso
/
share
/
Os2
/
JUEGOS
/
BOGGLE
/
SOURCE.ZIP
/
lastsq.hpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-03-03
|
268 b
|
29 lines
#include "common.hpp"
class LastSquare;
class LastSquare
{
int row, col;
public :
LastSquare();
int isValidSquare (int x, int y);
void setSquare (int x, int y);
void reSetSquare ();
} ;