mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-06 03:28:11 -04:00
10 lines
144 B
C
10 lines
144 B
C
#ifndef _IN_LIB_LIB_50F20_H
|
|
#define _IN_LIB_LIB_50F20_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
u32 func50f20(void);
|
|
|
|
#endif
|