home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AI Game Programming Wisdom
/
AIGameProgrammingWisdom.iso
/
SourceCode
/
02 Useful Techniques
/
07 Vykruta
/
StdAfx.cpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
2001-11-21
|
295 b
|
9 lines
// stdafx.cpp : source file that includes just the standard includes
// LOSGridDemo.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
#pragma warning( disable : 4244 ) // Disable warning messages for 'loss of data'