home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Online
/
InetDial
/
translator42.lha
/
Translator
/
Include
/
proto
/
translator.h
Wrap
C/C++ Source or Header
|
1995-02-15
|
202b
|
9 lines
#ifndef PROTO_TRANSLATOR_H
#define PROTO_TRANSLATOR_H
#include <exec/types.h>
extern struct Library *TranslatorBase ;
#include <clib/translator_protos.h>
#include <pragmas/translator_pragmas.h>
#endif