project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.h
changeset 6832 fae8fd118da9
parent 6822 206db098f8c5
child 6868 f31b5213b163
--- a/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.h	Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.h	Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 10/01/2010.
  */
 
 
 #import <Foundation/Foundation.h>
 
+
 @interface EngineProtocolNetwork : NSObject {
     NSMutableArray *statsArray;
     NSOutputStream *stream;
@@ -33,7 +32,6 @@
 @property (assign) TCPsocket csd;
 @property (assign) NSInteger enginePort;
 
-
 -(id)   init;
 -(void) spawnThread:(NSString *)onSaveFile withOptions:(NSDictionary *)dictionary;
 -(void) engineProtocol:(id) object;