diff options
| author | Christopher Davis <loafier@gmail.com> | 2006-07-14 10:02:13 +0000 |
|---|---|---|
| committer | Christopher Davis <loafier@gmail.com> | 2006-07-14 10:02:13 +0000 |
| commit | 5eaed0dbf78fca2bcf185da0abf1dbf41722deb2 (patch) | |
| tree | 2ff9c8bc5c8d206f2b7a852609d1eac6bd377d27 /objects/factory.h | |
| parent | 34cdeaae9369af5dce3ce3a4a7756c033bc44cc5 (diff) | |
| download | irssi-python-5eaed0dbf78fca2bcf185da0abf1dbf41722deb2.tar.gz irssi-python-5eaed0dbf78fca2bcf185da0abf1dbf41722deb2.tar.xz irssi-python-5eaed0dbf78fca2bcf185da0abf1dbf41722deb2.zip | |
finished up themes. time for textui stuff
git-svn-id: http://svn.irssi.org/repos/irssi-python@4297 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'objects/factory.h')
| -rw-r--r-- | objects/factory.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
