sm64pc/src/game/skybox.h

14 lines
337 B
C

#ifndef SKYBOX_H
#define SKYBOX_H
#include <PR/ultratypes.h>
#include <PR/gbi.h>
#include "moon/saturn/saturn_types.h"
Gfx *create_skybox_facing_camera(s8 player, s8 background, f32 fov,
f32 posX, f32 posY, f32 posZ,
f32 focX, f32 focY, f32 focZ);
#endif // SKYBOX_H