mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
cba14cc73d
* mgm_00 * mgm_03 * mgm_01 OK * several btl_kzn2 * reflection cleanup * more maps * ok for now * tst_10 * area tst * pre mgm * mgm_02 ok * mgm_02 cleanup * added IDs * end_01 almost compiles * end_01 OK * end_01 partially done * end_01 almost done * end_01 done * end_00 OK * credits include cleanup * end_00 initial cleanup * new splits 1 * done end_00 cleanup * areas mgm, end, tst * whale stuff Co-authored-by: HailSanta <Hail2Santa@gmail.com>
15 lines
334 B
C
15 lines
334 B
C
#ifndef _CAMERA_H_
|
|
#define _CAMERA_H_
|
|
|
|
extern f32 D_8009A5EC;
|
|
|
|
void update_camera_mode_0(Camera*);
|
|
void update_camera_mode_1(Camera*);
|
|
void update_camera_mode_2(Camera*);
|
|
void update_camera_mode_4(Camera*);
|
|
void update_camera_mode_5(Camera*);
|
|
void update_camera_mode_6(Camera*);
|
|
void create_camera_leadplayer_matrix(Camera*);
|
|
|
|
#endif
|