diff -r faee68a28b82 -r a3f0849f26bc cocoaTouch/otherSrc/CommodityFunctions.h --- a/cocoaTouch/otherSrc/CommodityFunctions.h Thu Apr 29 17:21:10 2010 +0000 +++ b/cocoaTouch/otherSrc/CommodityFunctions.h Thu Apr 29 18:53:22 2010 +0000 @@ -15,6 +15,8 @@ objectAtIndex:0] stringByAppendingString:@"/settings.plist"] #define GAMECONFIG_FILE() [[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) \ objectAtIndex:0] stringByAppendingString:@"/gameconfig.plist"] +#define DEBUG_FILE() [[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) \ + objectAtIndex:0] stringByAppendingString:@"/debug.txt"] #define TEAMS_DIRECTORY() [[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) \ objectAtIndex:0] stringByAppendingString:@"/Teams/"]