equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Algorithm to recognise gesture from a stream of points |
14 * Description: Algorithm to recognise gesture from a stream of points |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 #ifndef _GESTURERECOGNISER_H_ |
18 #ifndef _GESTURERECOGNISER_H_ |
20 #define _GESTURERECOGNISER_H_ |
19 #define _GESTURERECOGNISER_H_ |
21 |
20 |
22 #include <e32std.h> |
21 #include <e32std.h> |
23 #include "rt_gestureobserver.h" |
22 #include <rt_gestureobserver.h> |
24 |
23 |
25 namespace RT_GestureHelper |
24 namespace RT_GestureHelper |
26 { |
25 { |
27 |
26 |
28 class TPointArray; |
27 class TPointArray; |