mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
JUtility debug (#3020)
This commit is contained in:
@@ -100,6 +100,8 @@ public:
|
||||
|
||||
~JSUList() {}
|
||||
|
||||
void initiate() { JSUPtrList::initiate(); }
|
||||
|
||||
bool append(JSULink<T>* link) { return this->JSUPtrList::append((JSUPtrLink*)link); }
|
||||
|
||||
bool prepend(JSULink<T>* link) { return this->JSUPtrList::prepend((JSUPtrLink*)link); }
|
||||
|
||||
Reference in New Issue
Block a user