home *** CD-ROM | disk | FTP | other *** search
/ Xentax forum attachments archive / xentax.7z / 8090 / ModelEdit.7z / precompile.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-03-08  |  183 b   |  12 lines

  1. #ifndef __PRECOMPILE_H___
  2. #define __PRECOMPILE_H___
  3.  
  4.     #include "stdafx.h"
  5.     #include "ltbasetypes.h"
  6.     #include "bdefs.h"
  7.     #include "model.h"
  8.  
  9.  
  10. #endif  // __PRECOMPILE_H___
  11.  
  12.