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:
kmetykog 2013-03-12 23:14:36 +00:00
parent 23062ce0cb
commit 30126d24bf

View file

@ -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"