1 /* -*- c++ -*-
2 FILE: Stdafx.cpp
3 RCS REVISION: $Revision: 1.9 $
4 
5 COPYRIGHT: (c) 1999 -- 2003 Melinda Green, Don Hatch, and Jay Berkenbilt - Superliminal Software
6 
7 LICENSE: Free to use and modify for non-commercial purposes as long as the
8     following conditions are adhered to:
9     1) Obvious credit for the source of this code and the designs it embodies
10        are clearly made, and
11     2) Ports and derived versions of 4D Magic Cube programs are not distributed
12        without the express written permission of the authors.
13 
14 DESCRIPTION:
15     stdafx.cpp : source file that includes just the standard includes
16      MagicCube4d.pch will be the pre-compiled header
17      stdafx.obj will contain the pre-compiled type information
18 */
19 
20 #include "Stdafx.h"
21 
22 // Local Variables:
23 // c-basic-offset: 4
24 // c-comment-only-line-offset: 0
25 // c-file-offsets: ((defun-block-intro . +) (block-open . 0) (substatement-open . 0) (statement-cont . +) (statement-case-open . +4) (arglist-intro . +) (arglist-close . +) (inline-open . 0))
26 // indent-tabs-mode: nil
27 // End:
28