Files
SpaghettiKart/src/camera_junk.h
T
Tyler McGavran 1897d232a6 Add lots of headers (#252)
* Add a lot of header files

Did my best to move all relevant function prototypes and external
 variable declarations into the header files too.

Matched a few functions in the process

* Updated progress.py

Some of the listed files/folders have been deleted/renamed,
 so I reflected those changes in progress.py

Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
2022-08-25 17:57:58 -07:00

14 lines
236 B
C

#ifndef CAMERA_JUNK_H
#define CAMERA_JUNK_H
/* Function Prototypes */
void setup_camera_ending_sequence();
void func_802816B8();
// guPerspective params
extern f32 D_80150148, D_8015014C, D_80150150;
extern f32 D_80150130[];
#endif