Add template for old command-based style (#2031)

This commit is contained in:
Prateek Machiraju
2019-11-11 02:20:33 -05:00
committed by Peter Johnson
parent 486fa9c696
commit 55a7f2b4ad
19 changed files with 642 additions and 0 deletions

View File

@@ -38,5 +38,15 @@
"foldername": "commandbased",
"gradlebase": "cpp",
"commandversion": 2
},
{
"name": "Old Command Robot",
"description": "Old-Command style (deprecated)",
"tags": [
"Command"
],
"foldername": "oldcommandbased",
"gradlebase": "cpp",
"commandversion": 1
}
]