mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-05-11 01:38:30 +00:00
13 lines
284 B
C++
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
|