OpenBarnyard
 
Loading...
Searching...
No Matches
ALockedMesh.h
Go to the documentation of this file.
1#pragma once
2#include <Toshi/TObject.h>
3
5 : public Toshi::TObject
6{
7public:
8 TDECLARE_CLASS( ALockedMesh, Toshi::TObject );
9
10public:
13
14public:
15};
#define TDECLARE_CLASS(THIS_CLASS, PARENT_CLASS)
Definition TObject.h:38