diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-10-27 15:58:27 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-10-27 15:58:27 +0000 |
commit | 45465f16ffe28d4d9dddf76dff98aae1880a17a8 (patch) | |
tree | cfba482c6ac7ba2063ad92122e6bc720e4ac34a0 /attr.h | |
parent | d3408728787f77c9f1e7a832fbc3220ba2c0c973 (diff) | |
download | navit-svn-45465f16ffe28d4d9dddf76dff98aae1880a17a8.tar.gz |
Fix:Core:Further cleanups
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/navit@1580 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'attr.h')
-rw-r--r-- | attr.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -73,6 +73,8 @@ struct attr { struct graphics *graphics; struct tracking *tracking; struct itemgra *itemgra; + struct plugin *plugin; + struct plugins *plugins; struct polygon *polygon; struct polyline *polyline; struct circle *circle; @@ -81,6 +83,7 @@ struct attr { struct image *image; struct arrows *arrows; struct element *element; + struct speech *speech; struct order { short min, max; } order; |