8 lines
138 B
C
8 lines
138 B
C
#ifndef l_statistics_h
|
|
#define l_statistics_h
|
|
|
|
mixed eventKill(object target);
|
|
mapping GetKills(string who);
|
|
|
|
#endif /* l_statistics_h */
|