17 lines
453 B
C++
17 lines
453 B
C++
///////////////////////////////////////////////////////////////////////////////
|
|
// Copyright (C) Microsoft Corporation, 1998.
|
|
//
|
|
// pch.cpp
|
|
//
|
|
// Precompiled header file.
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#include "refdev.hpp"
|
|
|
|
#include "bspline.hpp"
|
|
#include "bezier.hpp"
|
|
#include "npatch.hpp"
|
|
#include "catrom.hpp"
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
// end
|