moreupdates
[synfig.git] / synfig-core / trunk / src / synfig / pch.h
1 /* ========================================================================
2 ** Synfig
3 ** Pre-Compiled Header
4 ** $Id: pch.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
5 **
6 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
7 **
8 ** This software and associated documentation
9 ** are CONFIDENTIAL and PROPRIETARY property of
10 ** the above-mentioned copyright holder.
11 **
12 ** You may not copy, print, publish, or in any
13 ** other way distribute this software without
14 ** a prior written agreement with
15 ** the copyright holder.
16 **
17 ** === N O T E S ===========================================================
18 **
19 ** ========================================================================= */
20
21 /* === S T A R T =========================================================== */
22
23 #ifndef __SYNFIG_PCH_H
24 #define __SYNFIG_PCH_H
25
26 /* === H E A D E R S ======================================================= */
27
28 #include <iostream>
29 #include "synfig.h"
30
31 /* === E N D =============================================================== */
32
33 #endif