updated docs
[rlserver.git] / stats.h
blob51eadf483b9070e68d7bdf12591e3ad60ce19de4
1 #ifndef __RLS_STATS__
2 #define __RLS_STATS__
4 struct session_info;
5 struct game_info;
7 void update_stats (const struct game_info *game, const struct session_info *sess);
9 #endif