mirror of
https://github.com/zeldaret/botw
synced 2026-07-07 13:23:40 -04:00
10 lines
220 B
C++
10 lines
220 B
C++
#include <Havok/Common/Base/Object/hkReferencedObject.h>
|
|
|
|
const hkClass* hkReferencedObject::getClassType() const {
|
|
return nullptr;
|
|
}
|
|
|
|
void hkReferencedObject::deleteThisReferencedObject() const {
|
|
delete this;
|
|
}
|