Code

Calligraphy tool now draws in the last used color or tool style depending on the...
[inkscape.git] / src / inkscape.h
index 9907f320f7904b010b7c3c6147f93f63c4bdc648..4c6c1dbd04cd619f6e08fb2c4af53437912cd83c 100644 (file)
  * Released under GNU GPL, read the file 'COPYING' for more information
  */
 
-#include "forward.h"
+#include <glib/gtypes.h>
+
+struct SPDesktop;
+struct SPDocument;
+struct SPEventContext;
 
 namespace Inkscape {
-namespace XML {
-class Node;
-class Document;
-}
+    struct Application;
+    namespace XML {
+        class Node;
+        class Document;
+        }
 }
 
-
 #define INKSCAPE inkscape_get_instance()
 
 void inkscape_application_init (const gchar *argv0, gboolean use_gui);