aboutsummaryrefslogtreecommitdiffstats
path: root/markers.h
diff options
context:
space:
mode:
Diffstat (limited to 'markers.h')
-rw-r--r--markers.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/markers.h b/markers.h
new file mode 100644
index 0000000..908bb5a
--- /dev/null
+++ b/markers.h
@@ -0,0 +1,13 @@
+#ifndef MARKERS_H
+#define MARKERS_H
+#include "machine_type.h"
+#include "output.h"
+#include "datatypes.h"
+
+void* initmarkers();
+int parsemarkerfile(tMarkers* markers,char* filename);
+tInt8 gotomask(tOutput* output,tMarkers* markers,tUInt64* cursorpos);
+
+
+#endif
+