mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-06 21:25:59 +00:00
CDependencyGroupLoader: Default constructor
This commit is contained in:
parent
10cbcd4024
commit
7d4ce7e909
@ -7,7 +7,7 @@
|
||||
|
||||
class CDependencyGroupLoader
|
||||
{
|
||||
CDependencyGroupLoader() {}
|
||||
CDependencyGroupLoader() = default;
|
||||
static EGame VersionTest(IInputStream& rDGRP, uint32 DepCount);
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user