mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-12-12 18:23:05 +00:00
[General] Add ctor to MasteData::Plugin
This commit is contained in:
parent
10f84c125e
commit
892960f913
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ struct Plugin
|
||||||
{
|
{
|
||||||
std::string name;
|
std::string name;
|
||||||
unsigned long hash;
|
unsigned long hash;
|
||||||
|
Plugin(std::string name = "", unsigned long hash = 0): name(name), hash(hash) {};
|
||||||
};
|
};
|
||||||
|
|
||||||
struct QueryData
|
struct QueryData
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue