Re #572: Added "short name" to robot attributes
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5312 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 3198053934cddb0a426ca2ec551efcf84f93afb7 Former-commit-id: 0a4964b329190def3283a2b4243c97687e171d86
This commit is contained in:
parent
23062ce0cb
commit
30126d24bf
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ typedef struct RobotItf {
|
|||
#define ROB_LIST_INDEX "index"
|
||||
|
||||
#define ROB_ATTR_NAME "name"
|
||||
#define ROB_ATTR_SNAME "short name"
|
||||
#define ROB_ATTR_TEAM "team"
|
||||
#define ROB_ATTR_DESC "desc"
|
||||
#define ROB_ATTR_AUTHOR "author"
|
||||
|
|
Loading…
Reference in a new issue