OpenBarnyard
 
Loading...
Searching...
No Matches
TObject.cpp
Go to the documentation of this file.
1#include "ToshiPCH.h"
2#include "TObject.h"
3
4//-----------------------------------------------------------------------------
5// Enables memory debugging.
6// Note: Should be the last include!
7//-----------------------------------------------------------------------------
9
11
13
15{
16 delete this;
17}
18
22
#define TOSHI_NAMESPACE_START
Definition Defines.h:47
#define TOSHI_NAMESPACE_END
Definition Defines.h:50
#define TDEFINE_CLASS_COMPILETIME(CLASS, VER_MAJOR, VER_MINOR)
Definition TObject.h:170
virtual ~TObject()
Definition TObject.cpp:19
virtual void Delete()
Definition TObject.cpp:14