OdysseyDecomp/lib/al/Library/Play/Graphics/PartsGraphics.cpp

13 lines
284 B
C++

#include "Library/Play/Graphics/PartsGraphics.h"
#include "Library/Draw/GraphicsSystemInfo.h"
namespace al {
PartsGraphics::PartsGraphics(GraphicsSystemInfo* gfxSysInfo)
: sead::TListNode<PartsGraphics*>(this) {
gfxSysInfo->registPartsGraphics(this);
}
} // namespace al