home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Games
/
Abalone 1.4.2
/
src
/
Arnold.h
< 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
|
1995-09-21
|
281 b
|
20 lines
|
[
TEXT/MPS
]
#ifndef ARNOLD_H
#define ARNOLD_H
#include "Board.h"
#include "Rules.h"
#ifndef THINK_C
#include <Types.h>
#endif
void InitArnold (void);
short Arnold (BoardPtr board, short player); // a BoardJudgeProc
#ifndef ARNOLD_C
#include "Game.h"
#include "Global.h"
#endif
#endif