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

0001 /* GCompris - oware_2players.qml
0002  *
0003  * SPDX-FileCopyrightText: 2021 Harsh Kumar <hadron43@yahoo.com>
0004  * SPDX-License-Identifier: GPL-3.0-or-later
0005  */
0006 import QtQuick 2.12
0007 
0008 import "../../core"
0009 import "../oware"
0010 
0011 Oware {
0012     twoPlayers: true
0013 }