summaryrefslogtreecommitdiff
path: root/src/d/col/bg/d_bg_plc.cpp
blob: 49e287ab17985fcbdfc966059f00e6164d961390 (plain)
1
2
3
4
5
6
7
8
9
#include "d/col/bg/d_bg_plc.h"

void dBgPlc::setBase(void *pPlc) {
    mBase = (PLC *)pPlc;
}

u32 dBgPlc::getGrpCode(int idx) const {
    return getCode(idx)->code4;
}