mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-16 04:44:08 -04:00
13 lines
314 B
C
13 lines
314 B
C
#ifndef _IN_GAME_GAME_096360_H
|
|
#define _IN_GAME_GAME_096360_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void func0f096360(Mtxf *mtx);
|
|
void func0f0964b4(struct coord *arg0, Mtxf *mtx);
|
|
void func0f0965e4(f32 *arg0, f32 *arg1, f32 arg2);
|
|
void func0f096698(Mtxf *arg0, Mtxf *arg1, s32 count);
|
|
|
|
#endif
|