home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
Libraries
/
DCLAP 6d
/
dclap6d
/
DClap
/
Dversion.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-07-05
|
221 b
|
19 lines
|
[
TEXT/R*ch
]
/* Dversion.h */
#ifndef _DCLAP_VERSION_
#define _DCLAP_VERSION_
#ifdef __cplusplus
extern "C" {
#endif
extern const short kDCLAPVersion;
extern const char* kDCLAPVersionString;
#ifdef __cplusplus
}
#endif
#endif