]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input.hh
More message fixes and dutch translations.
[lilypond.git] / lily / include / input.hh
index e211dc15c3f5dda4b323797ef77e76d55580c1e2..15f54aef223f4c411acc65955eba61a86da78d23 100644 (file)
@@ -10,7 +10,6 @@
 #define INPUT_HH
 
 #include "flower-proto.hh"
-#include "std-string.hh"
 
 /**
    Base class for anything that records its poisition in the parse file.
@@ -20,7 +19,6 @@ class Input
   char const *start_;
   char const *end_;
   Source_file *source_file_;
-
 public:
   Source_file *get_source_file () const;
   char const *start () const;
@@ -53,4 +51,12 @@ public:
   Input ();
 };
 
+
+#include "smobs.hh"
+
+SCM make_input (Input spot);
+Input *unsmob_input (SCM);
+
+extern Input dummy_input_global;
+
 #endif // INPUT_HH