This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
FlashBack/FlashBack/globalVars.m
2020-01-30 19:11:59 +00:00

17 lines
396 B
Objective-C

//
// globalVars.m
// FlashBack
//
// Created by Micah Gomez on 1/29/20.
// Copyright © 2020 Micah Gomez. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "globalVars.h"
bool tweaksEnabled = YES;
NSString *stringTweaksEnabled = @"YES";
bool iconsEnabled = YES;
NSString *stringIconsEnabled = @"YES";
bool wallpaperEnabled = YES;
NSString *stringWallpaperEnabled = @"YES";