mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 09:55:34 -05:00
9 lines
111 B
C++
9 lines
111 B
C++
|
#include "xnucxx/LiteObject.h"
|
||
|
|
||
|
void LiteObject::free() {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
void LiteObject::release() {
|
||
|
return;
|
||
|
}
|