Source/GGB-iPhone_Prefix.pch
author Jens Alfke <jens@mooseyard.com>
Mon Jul 21 17:32:21 2008 -0700 (2008-07-21)
changeset 21 2eb229411d73
permissions -rwxr-xr-x
* Added API to Stack for removing bits.
* GoGame correctly saves/restores number of captured pieces.
* Improved positioning of captured-piece Stacks in GoGame.
* New Go piece icons.
* Added "Warn" function to GGBUtils.
jens@1
     1
//
jens@1
     2
// Prefix header for all source files of the 'GGB-iPhone' target in the 'GGB-iPhone' project
jens@1
     3
//
jens@1
     4
jens@1
     5
#ifdef __OBJC__
jens@1
     6
    #import <Foundation/Foundation.h>
jens@1
     7
    #import <UIKit/UIKit.h>
jens@1
     8
    #import <QuartzCore/QuartzCore.h>
jens@1
     9
#endif