mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-19 18:05:25 +00:00
CDependencyGroupLoader: Default constructor
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user