home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 July & August
/
PCWorld_2002-07-08_cd.bin
/
Software
/
Topware
/
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