OpenBarnyard
 
Loading...
Searching...
No Matches
ASkeletonDoneJob.cpp
Go to the documentation of this file.
1#include "pch.h"
2#include "ASkeletonDoneJob.h"
3
4//-----------------------------------------------------------------------------
5// Enables memory debugging.
6// Note: Should be the last include!
7//-----------------------------------------------------------------------------
9
13
15{
16 m_pVIS->GetLocatorList()->LoadFromTRB( m_pTRBLoaderJob->GetStream().GetTRB() );
17
18 return TTRUE;
19}
20
22{
23 m_pVIS = a_pVIS;
24 m_pTRBLoaderJob = a_pTRBJob;
25}
#define TTRUE
Definition Typedefs.h:25
bool TBOOL
Definition Typedefs.h:6
virtual void BeginJob() override
void InitJob(ATerrainVIS *a_pVIS, ATRBLoaderJob *a_pTRBJob)
virtual TBOOL RunJob() override