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