home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
gnu
/
os-include
/
proto
/
battclock.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-22
|
250b
|
13 lines
#ifndef PROTO_BATTCLOCK_H
#define PROTO_BATTCLOCK_H
#include <clib/battclock_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/battclock.h>
#endif
#ifndef __NOLIBBASE__
extern struct Node *BattClockBase;
#endif
#endif