22 lines
302 B
C++
22 lines
302 B
C++
|
// Copyright (c) 1997-1999 Microsoft Corporation
|
||
|
//
|
||
|
// precompiled header for support code
|
||
|
//
|
||
|
// 30 Nov 1999 sburns
|
||
|
|
||
|
|
||
|
|
||
|
#ifndef HEADERS_HXX_INCLUDED
|
||
|
#define HEADERS_HXX_INCLUDED
|
||
|
|
||
|
|
||
|
|
||
|
#include "blcore.hpp"
|
||
|
#include <imagehlp.h>
|
||
|
#include <math.h>
|
||
|
|
||
|
|
||
|
|
||
|
#endif // HEADERS_HXX_INCLUDED
|
||
|
|