home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.bin
/
SourceCode
/
Crossword
/
Source
/
LeapfrogWord.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
GB2312 (detected)
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-10-11
|
357 b
|
19 lines
/*
File LeapfrogWord.h
These are the words used for leapfrog search. When backjumping past a square, the square remembers its current value and tries that value first the next time through.
*/
#import "BackjumpWord.h"
/* ———————————————————————————————————————————————————————————————————————————— */
@interface LeapfrogWord:BackjumpWord
{
}
@end