blob: 52fe71a85e880245965e8ead5c97442f9a572e28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// stdafx.cpp : source file that includes just the standard includes
// DShowMFC.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// If the include file below cannot be opened, then you do not have DirectX 8 SDK installed, or do not
// have its headers in your configured include path.
#include <d3d8.h>
|