webengine/webkitutils/rt_gesturehelper/src/gesturerecogniser.h
changeset 37 cb62a4f66ebe
parent 0 dd21522fd290
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    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;