]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - src/robofsm/match-timing.h
ea37919b7da7aadf2967254aa0e764b280c2c9f4
[eurobot/public.git] / src / robofsm / match-timing.h
1 #ifndef MATCH_TIMING_H
2 #define MATCH_TIMING_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif 
7
8 void *timing_thread(void *arg);
9
10 #ifdef __cplusplus
11 }
12 #endif 
13
14 #endif