mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-13 19:44:32 -04: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