home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 December
/
PCWorld_2000-12_cd.bin
/
Software
/
Vyzkuste
/
Hackman
/
_SETUP.1
/
verinfo.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-05-31
|
113b
|
10 lines
#ifndef _VERINFO_H
#define _VERINFO_H
struct SVERSIONS
{
double hVersion;
double lVersion;
};
#endif