home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
gfx
/
imagefx_sdk-2.0.lha
/
ImageFX_SDK
/
sas
/
examples
/
hooks
/
gedsample_strings.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
|
1995-02-15
|
253 b
|
25 lines
enum {
Z_reserved0,
G_Title,
G_Okay,
G_Cancel,
G_Integer,
G_String,
TXT_COUNT
};
char *HookText = "Hook_GedSample";
int HookTextCount = TXT_COUNT;
char *HookStrings[] = {
0,
"GED Sample Window",
"_Okay",
"_Cancel",
"Int:",
"Str:",
};