X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=tilda.h;h=d634833ff97fe68a71909d4720c7c94d78d8a557;hb=2b17e21d2ac627242479945521f7a8e65c51d5b5;hp=77dbe53a2fc88ea449cd31210f0bac907632114f;hpb=e1b2e8f7f88a9359ebb43efd3ff0513287ed7b0c;p=tilda-gobject.git diff --git a/tilda.h b/tilda.h index 77dbe53..d634833 100644 --- a/tilda.h +++ b/tilda.h @@ -1,12 +1,20 @@ #ifndef TILDA_H #define TILDA_H +#include +#include +#include #include +#include "debug.h" +#include "translation.h" + +// FIXME: remove when the project is autoconfed +#define TILDA_VERSION "0.10.0pre" + /* Project-global variables */ -extern DBusGConnection *dbus_connection; +DBusGConnection *dbus_connection; #endif /* TILDA_H */ /* vim: set ts=4 sts=4 sw=4 noet tw=112: */ -