summaryrefslogtreecommitdiffstats
path: root/include/chess.h
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-05-30 23:48:39 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-05-30 23:48:39 +0800
commit15a7b86bf116a005e7c0f35b03a7a5be034c5479 (patch)
tree2bbe33c71837314d5476e177227cc0025744245b /include/chess.h
parent715542867ba891acf8c1fd6234f5d6ea2fc285f6 (diff)
downloadpttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.tar
pttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.tar.gz
pttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.tar.bz2
pttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.tar.lz
pttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.tar.xz
pttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.tar.zst
pttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.zip
Fix last commit -- forgot to check in header file modification
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3524 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/chess.h')
-rw-r--r--include/chess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/chess.h b/include/chess.h
index f51dfa5b..e1a50777 100644
--- a/include/chess.h
+++ b/include/chess.h
@@ -127,7 +127,7 @@ typedef struct ChessActions {
/* playing */
void (*drawline) (const ChessInfo* info, int line);
void (*movecur) (int r, int c);
- void (*prepare_play)(ChessInfo* info);
+ int (*prepare_play)(ChessInfo* info);
int (*process_key) (ChessInfo* info, int key, ChessGameResult* result);
int (*select) (ChessInfo* info, rc_t location,
ChessGameResult* result);