OpenBarnyard
 
Loading...
Searching...
No Matches
AAnimControllerType.h
Go to the documentation of this file.
1#pragma once
2#include <Toshi/T2DList.h>
4
6 : public Toshi::TObject
7 , public Toshi::T2DList<AAnimControllerType>::Node
8{
9public:
11
12public:
14 virtual ~AAnimControllerType();
15
16 virtual TBOOL Create( const PBProperties* a_pProperties );
17 virtual Toshi::TClass* GetControllerClass() = 0;
18};
#define TDECLARE_CLASS(THIS_CLASS, PARENT_CLASS)
Definition TObject.h:38
bool TBOOL
Definition Typedefs.h:6
virtual Toshi::TClass * GetControllerClass()=0
virtual TBOOL Create(const PBProperties *a_pProperties)