11 lines
262 B
C
11 lines
262 B
C
// SYMFILE.H
|
|
|
|
#define perfcTTS 0
|
|
|
|
#define perfcSpeakCalls 2 // increment by Two
|
|
|
|
#define perfcMax 4
|
|
|
|
#define perfVersion 2 // Increment this when performance data format changes.
|
|
|