mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-17 20:13:41 +00:00
CAnimEventLoader: Default destructor
Allows the constructor to be considered trivial.
This commit is contained in:
parent
114742fc37
commit
ecbd3eb83d
@ -8,9 +8,9 @@
|
|||||||
class CAnimEventLoader
|
class CAnimEventLoader
|
||||||
{
|
{
|
||||||
TResPtr<CAnimEventData> mpEventData;
|
TResPtr<CAnimEventData> mpEventData;
|
||||||
EGame mGame;
|
EGame mGame{};
|
||||||
|
|
||||||
CAnimEventLoader() {}
|
CAnimEventLoader() = default;
|
||||||
void LoadEvents(IInputStream& rEVNT);
|
void LoadEvents(IInputStream& rEVNT);
|
||||||
int32 LoadEventBase(IInputStream& rEVNT);
|
int32 LoadEventBase(IInputStream& rEVNT);
|
||||||
void LoadLoopEvent(IInputStream& rEVNT);
|
void LoadLoopEvent(IInputStream& rEVNT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user