diff -r 1ff835e9ce32 -r da6023c2745b cocoaTouch/SDLOverrides/SDL_uikitview.h --- a/cocoaTouch/SDLOverrides/SDL_uikitview.h Tue Mar 16 21:48:58 2010 +0000 +++ b/cocoaTouch/SDLOverrides/SDL_uikitview.h Wed Mar 17 00:26:35 2010 +0000 @@ -48,20 +48,10 @@ #endif } - -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event; -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; -// see initWithFrame for why "+" -+(void) attackButtonPressed; -+(void) buttonsReleased; -+(void) walkingLeft; -+(void) walkingRight; -+(void) movingUp; -+(void) movingDown; -+(void) chatBegin; - #if SDL_IPHONE_KEYBOARD - (void)showKeyboard; - (void)hideKeyboard;