forgot to add the include file
This commit is contained in:
parent
eb4f6d35e0
commit
61ec48e756
17
leader2/scripting/include/leader.inc
Normal file
17
leader2/scripting/include/leader.inc
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
#if defined _leader_included_
|
||||||
|
#endinput
|
||||||
|
#endif
|
||||||
|
#define _leader_included_
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns current leader
|
||||||
|
*
|
||||||
|
* @return int Client index of the leader (-1 = null)
|
||||||
|
*/
|
||||||
|
native Leader_CurrentLeader();
|
||||||
|
/**
|
||||||
|
* Sets the leader
|
||||||
|
*
|
||||||
|
* @param client Client index to be set as leader
|
||||||
|
*/
|
||||||
|
native Leader_SetLeader(client);
|
Loading…
Reference in New Issue
Block a user