#ifndef _AL_TEXT_H_
#define _AL_TEXT_H_

#include "useful.h"

extern const char * AlText_get PROTOTYPE((char*,char*));
extern NORET        AlText_init();
extern NORET        AlText_cleanup();

#endif

