Warning, /education/gcompris/src/activities/path_decoding_relative/PathDecodingRelative.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - PathDecodingRealative.qml
0002 *
0003 * SPDX-FileCopyrightText: 2021 Harsh Kumar <hadron43@yahoo.com>
0004 * SPDX-License-Identifier: GPL-3.0-or-later
0005 */
0006
0007 import QtQuick 2.12
0008 import GCompris 1.0
0009
0010 import "../../core"
0011 import "../path_encoding"
0012
0013 GridPath {
0014 id: activity
0015 mode: "decode"
0016 movement: "relative"
0017 }