blob: f8e26f5a1b2ecd03cde9be24efcfad15632a49ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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
|