mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 04:52:03 -04:00
11 lines
246 B
C
11 lines
246 B
C
#ifndef _IN_GAME_GAME_096B20_H
|
|
#define _IN_GAME_GAME_096B20_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void func0f096b20(struct coord *arg0, struct coord *arg1, f32 standfrac, struct coord *vel);
|
|
u32 func0f096b70(void);
|
|
|
|
#endif
|