]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/lib/include/fproto.hh
release: 0.0.42
[lilypond.git] / flower / lib / include / fproto.hh
index 8c6fda680ef111acb3db33771fb9e546fcb70f76..01ebe64b6f7b2b2e2b3c0781e22e96a3c6a0a409 100644 (file)
@@ -7,7 +7,15 @@
 #ifndef FPROTO_HH
 #define FPROTO_HH
 
-#include "flower-config.hh"
+
+const char * flower_version_sz();
+
+// what the F*** is "int" ?
+// depreciate int, long, etc., use i32, i64, remember: linux-16/linux-64 ?
+/// (i32)
+typedef int i32;
+/// (i64)
+typedef long long I64;
 
 template<class T> struct Array;
 template<class T> struct sstack;
@@ -19,7 +27,9 @@ template<class T> struct Cursor;
 template<class T> struct PCursor;
 template<class T> struct Link;
 template<class T> struct Handle;
-template<class T>struct Interval_t;
+template<class T> struct Interval_t;
+template<class T,class Q> struct PQueue;
+
 #include "real.hh"
 
 typedef Interval_t<Real> Interval;