project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m
branchios-revival
changeset 11293 d1d66d1f6c8a
parent 11274 9e0fe32aff59
child 11325 d98070707214
equal deleted inserted replaced
11292:83738cdd750d 11293:d1d66d1f6c8a
    18 
    18 
    19 
    19 
    20 #import "SchemeWeaponConfigViewController.h"
    20 #import "SchemeWeaponConfigViewController.h"
    21 #import <QuartzCore/QuartzCore.h>
    21 #import <QuartzCore/QuartzCore.h>
    22 
    22 
    23 #define DISABLED_GAME_STYLES @[@""]
    23 #define DISABLED_GAME_STYLES @[@"Frenzy.lua", @"Gravity.lua", @"HedgeEditor.lua", @"Continental_supplies.lua", @"Space_Invasion.lua", @"Tumbler.lua"]
    24 
    24 
    25 #define LABEL_TAG 57423
    25 #define LABEL_TAG 57423
    26 #define TABLE_TAG 45657
    26 #define TABLE_TAG 45657
    27 
    27 
    28 @implementation SchemeWeaponConfigViewController
    28 @implementation SchemeWeaponConfigViewController