7 lines
134 B
C++
7 lines
134 B
C++
#include "server_database_interface.h"
|
|
|
|
Server_DatabaseInterface::Server_DatabaseInterface()
|
|
: nextGameId(0),
|
|
nextReplayId(0)
|
|
{
|
|
}
|