00001 // 00002 // PauseDelegateProtocol.h 00003 // line-drawing-game 00004 // 00005 // Created by Steffen Itterheim on 10.04.10. 00006 // Copyright 2010 Steffen Itterheim. All rights reserved. 00007 // 00008 00010 @protocol PauseDelegateProtocol <NSObject> 00012 -(void) onPauseGame; 00013 @end