Warning, /education/gcompris/src/activities/mazerelative/Mazerelative.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - mazerelative.qml
0002 *
0003 * SPDX-FileCopyrightText: 2014 Stephane Mankowski <stephane@mankowski.fr>
0004 *
0005 * Authors:
0006 *   Bastiaan Verhoef <b.f.verhoef@student.utwente.nl> (GTK+ version)
0007 *   Stephane Mankowski <stephane@mankowski.fr> (Qt Quick port)
0008 *
0009 *   SPDX-License-Identifier: GPL-3.0-or-later
0010 */
0011 import QtQuick 2.12
0012 import "../maze"
0013 
0014 Maze {
0015     relativeMode: true
0016 }