mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-02 03:20:15 -04:00
9 lines
125 B
C
9 lines
125 B
C
#ifndef IN_GAME_ATAN2F_H
|
|
#define IN_GAME_ATAN2F_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
f32 atan2f(f32 x, f32 z);
|
|
|
|
#endif
|