mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-23 23:05:53 -04:00
1897d232a6
* 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>
14 lines
236 B
C
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
|