From 5eaed0dbf78fca2bcf185da0abf1dbf41722deb2 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Fri, 14 Jul 2006 10:02:13 +0000 Subject: finished up themes. time for textui stuff git-svn-id: http://svn.irssi.org/repos/irssi-python@4297 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- objects/factory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'objects/factory.h') diff --git a/objects/factory.h b/objects/factory.h index 14a3b7c..b7eb0e7 100644 --- a/objects/factory.h +++ b/objects/factory.h @@ -32,6 +32,7 @@ #include "notifylist-object.h" #include "process-object.h" #include "command-object.h" +#include "theme-object.h" int factory_init(void); void factory_deinit(void); -- cgit