Raw File
#ifndef __SHOOT_H_
#define __SHOOT_H_
void hdr_shot(int skip0, int wait);
#endif // __SHOOT_H_
back to top