Create C++ ShuffleBoard example (#1438)

This commit is contained in:
Tyler
2018-11-28 15:13:38 -05:00
committed by Peter Johnson
parent 6f0c185a05
commit a769d56ec1
2 changed files with 91 additions and 0 deletions

View File

@@ -234,5 +234,14 @@
],
"foldername": "HAL",
"gradlebase": "c"
},
{
"name": "ShuffleBoard",
"description": "An example program that uses ShuffleBoard with its Widgets and Tabs.",
"tags": [
"ShuffleBoard"
],
"foldername": "ShuffleBoard",
"gradlebase": "cpp"
}
]