changeset 12 | 4e567e11f45f |
parent 7 | 428a194e3e59 |
child 21 | 2eb229411d73 |
1.1 --- a/Source/GGBUtils.h Sun Mar 16 15:06:47 2008 -0700 1.2 +++ b/Source/GGBUtils.h Mon Jul 07 15:47:42 2008 -0700 1.3 @@ -29,6 +29,7 @@ 1.4 /** Just like setObj except that it _copies_ the new value. */ 1.5 void setObjCopy( id<NSCopying> *variable, id<NSCopying> newValue ); 1.6 1.7 +void DelayFor( NSTimeInterval interval ); 1.8 1.9 void PreloadSound( NSString* name ); 1.10 void PlaySound( NSString* name );