cocoaTouch/FortsViewController.m
changeset 3352 ac5d14a35482
parent 3335 2520ee7a5484
child 3357 3836a31879e7
equal deleted inserted replaced
3351:3fd3f116f2fc 3352:ac5d14a35482
     1 //
     1 //
     2 //  FlagsViewController.m
     2 //  FortsViewController.m
     3 //  HedgewarsMobile
     3 //  HedgewarsMobile
     4 //
     4 //
     5 //  Created by Vittorio on 08/04/10.
     5 //  Created by Vittorio on 08/04/10.
     6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
     6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
     7 //
     7 //
     8 
     8 
     9 #import "FortsViewController.h"
     9 #import "FortsViewController.h"
    10 #import "CommodityFunctions.h"
    10 #import "CommodityFunctions.h"
    11 #import "UIImageScale.h"
    11 #import "UIImageExtra.h"
    12 
    12 
    13 @implementation FortsViewController
    13 @implementation FortsViewController
    14 @synthesize teamDictionary, fortArray, fortSprites, lastIndexPath;
    14 @synthesize teamDictionary, fortArray, fortSprites, lastIndexPath;
    15 
    15 
    16 
    16