1
0
mirror of https://github.com/blawar/ooot.git synced 2024-06-25 22:09:34 +00:00
ooot/include/def/code_800430A0.h
2022-02-14 10:56:16 -05:00

7 lines
192 B
C

#pragma once
struct CollisionContext;
struct Actor;
void func_80043334(CollisionContext* colCtx, Actor* actor, s32 bgId);
s32 func_800433A4(CollisionContext* colCtx, s32 bgId, Actor* actor);