summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/pawn/gh419.pawn
blob: 9db7b08f260f29fab0dbd60b90d96a8a21e9f0b0 (plain)
1
2
3
4
5
6
7
8
#if AMXX_VERSION_NUM < 183
public client_disconnect( player_id )
#else
public client_disconnected( player_id )
#endif
{

}