Fix declarations.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3028 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -19,9 +19,11 @@
|
|||||||
#ifndef _TACTRANS_H
|
#ifndef _TACTRANS_H
|
||||||
#define _TACTRANS_H
|
#define _TACTRANS_H
|
||||||
|
|
||||||
bool battleEndReadyHuman (COUNT side);
|
bool battleEndReadyHuman (HumanInputContext *context);
|
||||||
bool battleEndReadyComputer (COUNT side);
|
bool battleEndReadyComputer (ComputerInputContext *context);
|
||||||
bool battleEndReadyNetwork (COUNT side);
|
#ifdef NETPLAY
|
||||||
|
bool battleEndReadyNetwork (NetworkInputContext *context);
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _TACTRANS_H */
|
#endif /* _TACTRANS_H */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user