/*
 * Xailer source code:
 *
 * GestureControl.prg
 * Clase TGestureControl()
 *
 * Copyright 2016 Jose F. Gimenez
 * Copyright 2016 Xailer.com
 * All rights reserved
 *
 */

#include "Xailer.ch"

//------------------------------------------------------------------------------

CLASS TGestureControl FROM XGestureControl
ENDCLASS

//------------------------------------------------------------------------------
