mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-08 06:06:05 +00:00
CAnimSetLoader: Default constructor
This commit is contained in:
parent
6a97a13e1e
commit
11f156352a
@ -3,9 +3,7 @@
|
|||||||
#include "Core/GameProject/CResourceStore.h"
|
#include "Core/GameProject/CResourceStore.h"
|
||||||
#include <Common/Log.h>
|
#include <Common/Log.h>
|
||||||
|
|
||||||
CAnimSetLoader::CAnimSetLoader()
|
CAnimSetLoader::CAnimSetLoader() = default;
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
CAnimSet* CAnimSetLoader::LoadCorruptionCHAR(IInputStream& rCHAR)
|
CAnimSet* CAnimSetLoader::LoadCorruptionCHAR(IInputStream& rCHAR)
|
||||||
{
|
{
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
class CAnimSetLoader
|
class CAnimSetLoader
|
||||||
{
|
{
|
||||||
TResPtr<CAnimSet> pSet;
|
TResPtr<CAnimSet> pSet;
|
||||||
EGame mGame;
|
EGame mGame{};
|
||||||
|
|
||||||
CAnimSetLoader();
|
CAnimSetLoader();
|
||||||
CAnimSet* LoadCorruptionCHAR(IInputStream& rCHAR);
|
CAnimSet* LoadCorruptionCHAR(IInputStream& rCHAR);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user