summaryrefslogtreecommitdiff
path: root/Build/source/utils/m-tx/mtx-src/analyze.h
blob: 1a01de09170fc230e8012b1362e08b0a408e0b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* Header for module analyze, generated by p2c 1.21alpha-07.Dec.93 */
#ifndef ANALYZE_H
#define ANALYZE_H


/* Decide which lines of paragraphs go where; test total duration of lines. */

#ifndef CONTROL_H
#include "control.h"
#endif

#ifndef GLOBALS_H
#include "globals.h"
#endif


#ifdef ANALYZE_G
# define vextern
#else
# define vextern extern
#endif

extern void testParagraph(void);
extern void describeParagraph(void);
extern void paragraphSetup(voice_index0 *voice);
extern void includeStartString(void);


#undef vextern

#endif /*ANALYZE_H*/

/* End. */