27 lines
537 B
C++
27 lines
537 B
C++
|
/**************************************************************************
|
||
|
*
|
||
|
* Copyright (c) 2000 Microsoft Corporation
|
||
|
*
|
||
|
* Module Name:
|
||
|
*
|
||
|
* Header files included in this program
|
||
|
*
|
||
|
* Created:
|
||
|
*
|
||
|
* 06/11/2000 asecchia
|
||
|
* Created it.
|
||
|
*
|
||
|
**************************************************************************/
|
||
|
|
||
|
#ifndef _PRECOMP_HPP
|
||
|
#define _PRECOMP_HPP
|
||
|
|
||
|
#include "global.h"
|
||
|
#include "prime.hpp"
|
||
|
#include "drawcycloid.hpp"
|
||
|
#include "message.hpp"
|
||
|
#include "object.hpp"
|
||
|
#include "manipulator.hpp"
|
||
|
|
||
|
#endif
|