mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-01 09:47:11 -04:00
9 lines
144 B
C
9 lines
144 B
C
#ifndef _IN_LIB_LIB_04790_H
|
|
#define _IN_LIB_LIB_04790_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
void scaleTo1(f32 *x, f32 *y, f32 *z);
|
|
|
|
#endif
|