home *** CD-ROM | disk | FTP | other *** search
/ AI Game Programming Wisdom / AIGameProgrammingWisdom.iso / SourceCode / 02 Useful Techniques / 07 Vykruta / StdAfx.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2001-11-21  |  295 b   |  9 lines

  1. // stdafx.cpp : source file that includes just the standard includes
  2. //    LOSGridDemo.pch will be the pre-compiled header
  3. //    stdafx.obj will contain the pre-compiled type information
  4.  
  5. #include "stdafx.h"
  6.  
  7. #pragma warning( disable : 4244  )  // Disable warning messages for 'loss of data'
  8.  
  9.