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:
Meep-Eep
2008-06-23 10:54:04 +00:00
parent 4827b9743d
commit feee84315f
+5 -3
View File
@@ -19,9 +19,11 @@
#ifndef _TACTRANS_H
#define _TACTRANS_H
bool battleEndReadyHuman (COUNT side);
bool battleEndReadyComputer (COUNT side);
bool battleEndReadyNetwork (COUNT side);
bool battleEndReadyHuman (HumanInputContext *context);
bool battleEndReadyComputer (ComputerInputContext *context);
#ifdef NETPLAY
bool battleEndReadyNetwork (NetworkInputContext *context);
#endif
#endif /* _TACTRANS_H */