mirror of
https://github.com/zeldaret/botw
synced 2026-06-04 02:46:17 -04:00
10 lines
201 B
C++
10 lines
201 B
C++
#include <Havok/Common/Base/hkBase.h>
|
|
|
|
const hkClass* hkReferencedObject::getClassType() const {
|
|
return nullptr;
|
|
}
|
|
|
|
void hkReferencedObject::deleteThisReferencedObject() const {
|
|
delete this;
|
|
}
|