mirror of
https://github.com/n64decomp/mk64
synced 2026-07-01 10:58:50 -04:00
b42cf5a59a
* rename ceremony * apply some suggestion * some rename --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
12 lines
187 B
C
12 lines
187 B
C
#ifndef CAMERA_JUNK_H
|
|
#define CAMERA_JUNK_H
|
|
|
|
/* Function Prototypes */
|
|
|
|
void update_camera_podium_ceremony(void);
|
|
void init_camera_podium_ceremony(void);
|
|
|
|
// guPerspective params
|
|
|
|
#endif
|