mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-12 13:34:33 -04:00
13 lines
410 B
C
13 lines
410 B
C
#ifndef _IN_LIB_LIB_17CE0_H
|
|
#define _IN_LIB_LIB_17CE0_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void portalGetAvgVertexPos(s32 portalnum, struct coord *avg);
|
|
void portal00017dc4(s16 *rooms, s16 roomnum);
|
|
s32 portal00017e30(s32 portalnum, struct coord *arg1, struct coord *arg2);
|
|
void portal00018148(struct coord *pos, struct coord *pos2, s16 *rooms, s16 *arg3, s16 *arg4, s32 arg5);
|
|
|
|
#endif
|