summaryrefslogtreecommitdiff
path: root/navit/plugin_def.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-27 13:09:47 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-27 13:09:47 +0000
commite437ba4f5774841334024ae72b6d4cb8dc3e5ad4 (patch)
tree45c8014f642a2afbc6288ea0b27984e4f593bce0 /navit/plugin_def.h
parentc5bb851d4020e8d9504e63d024e7ed61a896d2d1 (diff)
downloadnavit-e437ba4f5774841334024ae72b6d4cb8dc3e5ad4.tar.gz
Add:Core:Added freetype font plugin
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1574 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/plugin_def.h')
-rw-r--r--navit/plugin_def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/plugin_def.h b/navit/plugin_def.h
index e496b5daa..8ebeb24b3 100644
--- a/navit/plugin_def.h
+++ b/navit/plugin_def.h
@@ -29,3 +29,4 @@ PLUGIN_TYPE(osd, (struct navit *nav, struct osd_methods *meth, struct attr **att
PLUGIN_TYPE(speech, (char *data, struct speech_methods *meth))
PLUGIN_TYPE(vehicle, (struct vehicle_methods *meth, struct callback_list *cbl, struct attr **attrs))
PLUGIN_TYPE(event, (struct event_methods *meth))
+PLUGIN_TYPE(font, (void *meth))