1.1 --- a/Source/iPhoneAppDelegate.m Thu May 29 15:04:06 2008 -0700
1.2 +++ b/Source/iPhoneAppDelegate.m Thu Jul 17 13:29:04 2008 -0700
1.3 @@ -9,10 +9,12 @@
1.4 #import "iPhoneAppDelegate.h"
1.5 #import "BoardUIView.h"
1.6 #import "Game.h"
1.7 +#import "Player.h"
1.8 #import "QuartzUtils.h"
1.9 #import "GGBUtils.h"
1.10
1.11
1.12 +#if 0
1.13 // Temporary HACK to fix logging problem in beta 6 iPhone OS
1.14 extern void _NSSetLogCStringFunction(void (*)(const char *string, unsigned length, BOOL withSyslogBanner));
1.15 static void PrintNSLogMessage(const char *string, unsigned length, BOOL withSyslogBanner)
1.16 @@ -24,6 +26,7 @@
1.17 {
1.18 _NSSetLogCStringFunction(PrintNSLogMessage);
1.19 }
1.20 +#endif
1.21
1.22
1.23 @implementation GGB_iPhoneAppDelegate