mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-19 09:55:40 +00:00
CDependencyGroupLoader: Default constructor
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
class CDependencyGroupLoader
|
||||
{
|
||||
CDependencyGroupLoader() {}
|
||||
CDependencyGroupLoader() = default;
|
||||
static EGame VersionTest(IInputStream& rDGRP, uint32 DepCount);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user