You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
537 B
26 lines
537 B
/**************************************************************************
|
|
*
|
|
* 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
|