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