sm64coopdx/src/game/skybox.h
2020-06-20 02:49:59 +03:00

11 lines
298 B
C

#ifndef SKYBOX_H
#define SKYBOX_H
#include <PR/ultratypes.h>
#include <PR/gbi.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