mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-29 16:14:54 -04:00
6a81911ba6
* TObject * fix Co-authored-by: Pheenoh <pheenoh@gmail.com>
8 lines
120 B
C++
8 lines
120 B
C++
#include "JSystem/JGadget/linklist.h"
|
|
|
|
namespace JGadget {
|
|
|
|
TNodeLinkList::~TNodeLinkList() {}
|
|
|
|
} // namespace JGadget
|