29 lines
643 B
C++
29 lines
643 B
C++
///////////////////////////////////////////////////////////////////////////////
|
|
// Copyright (C) Microsoft Corporation, 1998.
|
|
//
|
|
// pch.cpp
|
|
//
|
|
// Precompiled header file.
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#include "ddrawpr.h"
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
#include <string.h>
|
|
#include <malloc.h>
|
|
#include <windows.h>
|
|
|
|
#include "d3d8typesp.h"
|
|
#include "d3d8p.h"
|
|
#include "d3dhalp.h"
|
|
|
|
#include "errlog.hpp"
|
|
#include "valbase.hpp"
|
|
#include "pshdrval.hpp"
|
|
#include "vshdrval.hpp"
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
// end
|