home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd2.bin
/
3d
/
bodypaint
/
BodyPaint_3D_Demo.exe
/
resource
/
_api
/
OperatingSystem.cpp
< prev
next >
Wrap
C/C++ Source or Header
|
2002-02-07
|
156b
|
10 lines
#include "operatingsystem.h"
OperatingSystem *t_C4DOS=NULL;
LONG InitOS(void *p)
{
t_C4DOS = ((OperatingSystem*)p);
return C4DOS.version;
}