mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 07:10:25 -08:00
8 lines
134 B
C++
8 lines
134 B
C++
#include "server_database_interface.h"
|
|
|
|
Server_DatabaseInterface::Server_DatabaseInterface()
|
|
: nextGameId(0),
|
|
nextReplayId(0)
|
|
{
|
|
}
|