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:
parent
10f84c125e
commit
892960f913
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue