home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
fd2inline-1.0-bin.lha
/
include
/
proto
/
console.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-10-12
|
207b
|
12 lines
#ifndef PROTO_CONSOLE_H
#define PROTO_CONSOLE_H
#include <clib/console_protos.h>
#include <inline/console.h>
#ifndef __NOLIBBASE__
extern struct Device * __CONSTLIBBASEDECL__ ConsoleDevice;
#endif
#endif