diff -r ef246004e33d -r 1c89970c7f15 project_files/HedgewarsMobile/Classes/ExtraCategories.h --- a/project_files/HedgewarsMobile/Classes/ExtraCategories.h Sat Sep 05 23:46:31 2015 +0200 +++ b/project_files/HedgewarsMobile/Classes/ExtraCategories.h Sun Sep 06 03:17:22 2015 +0200 @@ -50,6 +50,9 @@ -(id) initWithFrame:(CGRect) frame andTitle:(NSString *)title; +- (void)applyBlackQuickStyle; +- (void)applyDarkBlueQuickStyle; + @end