X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=cheat_globals.h;h=22d748b97d77723659cb7029c2fcdbb664c6acb7;hb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581;hp=03bad61731249a933e9129c9221a35022fff97b6;hpb=42cf7bbe564d70233a0d73baee613f209eb00eb6;p=chaz%2Fthecheat diff --git a/cheat_globals.h b/cheat_globals.h index 03bad61..22d748b 100644 --- a/cheat_globals.h +++ b/cheat_globals.h @@ -13,28 +13,32 @@ #import -#define TCDefaultListenPort (5007) +#define TCDefaultListenPort (51835) //#define TCDefaultListenPath "/tmp/com.brokenzipper.TheCheat" // this path alone would work, but it *should* go in the user's home directory char extern TCDefaultListenPath[104]; -#define TCMaxSearchResults (100000) +//#define TCMaxSearchResults (100) -int extern TCGlobalDocumentCount; +int extern TCGlobalSessionCount; int extern TCGlobalAlternateBroadcastNameCount; char extern TCGlobalListening; char extern TCGlobalPlaySounds; char extern TCGlobalWindowsOnTop; +char extern TCGlobalUpdateCheck; char extern TCGlobalAllowRemote; int extern TCGlobalListenPort; #define TCGlobalBroadcastName ([[NSUserDefaults standardUserDefaults] objectForKey:TCBroadcastNamePref]) +int extern TCGlobalHitsDisplayed; NSString extern *TCPlaySoundsPref; NSString extern *TCWindowsOnTopPref; +NSString extern *TCUpdateCheckPref; NSString extern *TCAllowRemotePref; NSString extern *TCListenPortPref; NSString extern *TCBroadcastNamePref; +NSString extern *TCHitsDisplayedPref; #endif