libkipr  1.0.0
botball.h
Go to the documentation of this file.
1 #ifndef _KIPR_BOTBALL_BOTBALL_H_
2 #define _KIPR_BOTBALL_BOTBALL_H_
3 
4 #include "kipr/export/export.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
14 EXPORT_SYM void shut_down_in(double s);
15 
21 EXPORT_SYM void wait_for_light(int light_port_);
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif
EXPORT_SYM void shut_down_in(double s)
EXPORT_SYM void wait_for_light(int light_port_)
#define EXPORT_SYM
Definition: export.h:7