X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=cheat_globals.h;fp=cheat_globals.h;h=f50a0e995d83e39b10f16f6cf63917231ae955b5;hp=03bad61731249a933e9129c9221a35022fff97b6;hb=5c3719dab502456afddef1ae919e73f06973012f;hpb=9320221ec3758e75891e9f19268bfb3f89514ed4 diff --git a/cheat_globals.h b/cheat_globals.h index 03bad61..f50a0e9 100644 --- a/cheat_globals.h +++ b/cheat_globals.h @@ -13,12 +13,12 @@ #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 TCGlobalAlternateBroadcastNameCount; @@ -26,15 +26,19 @@ 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