servatrice/common/server_database_interface.cpp
2012-05-20 18:47:28 +02:00

7 lines
134 B
C++

#include "server_database_interface.h"
Server_DatabaseInterface::Server_DatabaseInterface()
: nextGameId(0),
nextReplayId(0)
{
}