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.
25 lines
572 B
25 lines
572 B
//----------------------------------------------------------------------------
|
|
//
|
|
// pch.cpp
|
|
//
|
|
// Precompiled header file.
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997.
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
|
|
#include <ddrawpr.h> // This must be included before windows.h to prevent name collisions
|
|
#include <windows.h>
|
|
#include <ddrawp.h>
|
|
#include <ddrawi.h>
|
|
|
|
#include <d3dp.h>
|
|
#include <d3dhal.h>
|
|
|
|
#include "rast.h"
|
|
#include "spindbg.hpp"
|
|
|