Skip to content

Commit

Permalink
native -> forward
Browse files Browse the repository at this point in the history
  • Loading branch information
Bara committed Nov 24, 2018
1 parent 031f25c commit d8a6b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/include/ttt.inc
Expand Up @@ -511,7 +511,7 @@ native RoundStatus TTT_GetRoundStatus();
* @param client The client index.
* @param remaining Amount of rounds left
*/
native int TTT_OnRoundSlay(int client, int remaining);
forward int TTT_OnRoundSlay(int client, int remaining);

stock void TTT_GetRoleNameByID(int role, char[] name, int length = ROLE_LENGTH)
{
Expand Down

0 comments on commit d8a6b1a

Please sign in to comment.