mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-31 20:43:00 -05:00
9 lines
216 B
C
9 lines
216 B
C
#ifndef NNSYS_G3D_KERNEL_INLINE_H_
|
|
#define NNSYS_G3D_KERNEL_INLINE_H_
|
|
|
|
static inline void NNS_G3dAnmObjSetFrame(NNSG3dAnmObj* pAnmObj, fx32 frame) {
|
|
pAnmObj->frame = frame;
|
|
}
|
|
|
|
#endif //NNSYS_G3D_KERNEL_INLINE_H_
|