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 >
C/C++ Source or Header  |  2002-02-07  |  156b  |  10 lines

  1. #include "operatingsystem.h"
  2.  
  3. OperatingSystem *t_C4DOS=NULL;
  4.  
  5. LONG InitOS(void *p)
  6. {
  7.   t_C4DOS = ((OperatingSystem*)p); 
  8.     return C4DOS.version;
  9. }    
  10.