14 lines
388 B
C++
14 lines
388 B
C++
///////////////////////////////////////////////////////////////////////////////
|
|
// Copyright (C) Microsoft Corporation, 2000.
|
|
//
|
|
// pch.cpp
|
|
//
|
|
// Precompiled header file.
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#include "refdev.hpp"
|
|
|
|
#include "refrasti.hpp"
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
// end
|