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