mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 23:26:14 -08:00
database interface separated from server, multiple concurrent database connections are now possible
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#include "server_database_interface.h"
|
||||
|
||||
Server_DatabaseInterface::Server_DatabaseInterface()
|
||||
: nextGameId(0),
|
||||
nextReplayId(0)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user