fixed compile error in server
This commit is contained in:
parent
0d14364947
commit
ec604d498a
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#include "game.hpp"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
int game::id_num = 1;
|
||||
|
||||
game::game() : id_(id_num++), started_(false), description_(NULL)
|
||||
|
|
Loading…
Add table
Reference in a new issue