Source file: /~heha/basteln/Haus/Telefon/sprech.zip/src/render.h

#pragma once
typedef unsigned char byte;

extern byte speed;
extern byte pitch;
extern bool singmode;

#include "phonem.h"

void Render(const phonem_t*);
inline void Render(const wchar_t*s) {Render((const phonem_t*)s);}
Detected encoding: ASCII (7 bit)2