geode/loader/dobby/external/xnucxx/LiteObject.cc

9 lines
111 B
C++
Raw Normal View History

2022-07-30 12:24:03 -04:00
#include "xnucxx/LiteObject.h"
void LiteObject::free() {
return;
}
void LiteObject::release() {
return;
}