1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 01:45:33 +00:00

[General] Add ctor to MasteData::Plugin

This commit is contained in:
Koncord 2017-05-20 00:01:21 +08:00
parent 10f84c125e
commit 892960f913

View file

@ -30,6 +30,7 @@ struct Plugin
{
std::string name;
unsigned long hash;
Plugin(std::string name = "", unsigned long hash = 0): name(name), hash(hash) {};
};
struct QueryData