geode/loader/dobby/external/xnucxx/LiteObject.cc
2022-07-30 19:24:03 +03:00

9 lines
No EOL
111 B
C++

#include "xnucxx/LiteObject.h"
void LiteObject::free() {
return;
}
void LiteObject::release() {
return;
}