Merge pull request #1996 from jpchow26/master

Update game_database.cpp
This commit is contained in:
Connor McLaughlin
2021-04-20 12:27:06 +10:00
committed by GitHub

View File

@ -8,6 +8,7 @@
#include "rapidjson/document.h"
#include "rapidjson/error/en.h"
#include <iomanip>
#include <sstream>
Log_SetChannel(GameDatabase);
GameDatabase::GameDatabase() = default;