Build with DEBUG defined
[tilda-gobject.git] / tilda.h
1 #ifndef TILDA_H
2 #define TILDA_H
3
4 #include <dbus/dbus-glib-bindings.h>
5
6 /* Project-global variables */
7 extern DBusGConnection *dbus_connection;
8
9 #endif /* TILDA_H */
10
11 /* vim: set ts=4 sts=4 sw=4 noet tw=112: */
12