cocoaTouch/otherSrc/CommodityFunctions.h
changeset 3487 b1d00f1950c8
parent 3479 972ae3ec178a
child 3490 016b3172b645
--- a/cocoaTouch/otherSrc/CommodityFunctions.h	Fri May 28 20:13:47 2010 +0000
+++ b/cocoaTouch/otherSrc/CommodityFunctions.h	Mon May 31 19:33:42 2010 +0000
@@ -34,6 +34,8 @@
 #define MAPS_DIRECTORY()        [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Maps/"]
 #define VOICES_DIRECTORY()      [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Sounds/voices/"]
 
+#define MSG_MEMCLEAN()          DLog(@"has cleaned up some memory");
+
 void createTeamNamed (NSString *nameWithoutExt);
 void createSchemeNamed (NSString *nameWithoutExt);
 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);