From 45465f16ffe28d4d9dddf76dff98aae1880a17a8 Mon Sep 17 00:00:00 2001 From: martin-s Date: Mon, 27 Oct 2008 15:58:27 +0000 Subject: Fix:Core:Further cleanups git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/navit@1580 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- attr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'attr.h') diff --git a/attr.h b/attr.h index ee3b6d22..a6b07279 100644 --- a/attr.h +++ b/attr.h @@ -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; -- cgit v1.2.1