Source/GGB-iPhone_Prefix.pch
author Jens Alfke <jens@mooseyard.com>
Tue Jul 07 08:44:33 2009 -0700 (2009-07-07)
changeset 28 06160a812d43
permissions -rwxr-xr-x
Fixed: Bits with odd heights or widths could be blurry when placed on a Grid (thanks to David Hoyos for the fix!)
     1 //
     2 // Prefix header for all source files of the 'GGB-iPhone' target in the 'GGB-iPhone' project
     3 //
     4 
     5 #ifdef __OBJC__
     6     #import <Foundation/Foundation.h>
     7     #import <UIKit/UIKit.h>
     8     #import <QuartzCore/QuartzCore.h>
     9 #endif