mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
643 B
28 lines
643 B
///////////////////////////////////////////////////////////////////////////////
|
|
// 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
|