1#include "Game/Util.hpp"
4 BothDirPtrLink::BothDirPtrLink(
void *pLink) :
5 mPtr(pLink), mPtrList(0), _8(0), _C(0) {
9 BothDirPtrLink::~BothDirPtrLink() {
11 mPtrList->remove(
this);
15 BothDirPtrList::BothDirPtrList(
bool doInitialize) {
21 void BothDirPtrList::initiate() {
28 pFirst->mPtrList =
this;