summaryrefslogtreecommitdiff
path: root/Build/source/utils/m-tx/mtx-0.60d/notes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/m-tx/mtx-0.60d/notes.h')
-rw-r--r--Build/source/utils/m-tx/mtx-0.60d/notes.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/Build/source/utils/m-tx/mtx-0.60d/notes.h b/Build/source/utils/m-tx/mtx-0.60d/notes.h
new file mode 100644
index 00000000000..1b534b44186
--- /dev/null
+++ b/Build/source/utils/m-tx/mtx-0.60d/notes.h
@@ -0,0 +1,34 @@
+/* Header for module notes, generated by p2c 1.21alpha-07.Dec.93 */
+#ifndef NOTES_H
+#define NOTES_H
+
+
+#ifndef CONTROL_H
+#include "control.h"
+#endif
+
+
+#ifdef NOTES_G
+# define vextern
+#else
+# define vextern extern
+#endif
+
+
+extern short count64['9' + 1 - '0'];
+
+
+extern Void processNote PP((Char *note, Char *xnote, int dur1, Char *dur,
+ short *count));
+extern Char durationCode PP((Char *note));
+extern Char octaveCode PP((Char *note));
+extern Void removeOctaveCode PP((int code, Char *note));
+extern Void insertOctaveCode PP((int code, Char *note));
+extern Void translateSolfa PP((Char *nt));
+
+
+#undef vextern
+
+#endif /*NOTES_H*/
+
+/* End. */