]> Dogcows Code - chaz/thecheat/blobdiff - cheat_globals.h
The Cheat 1.1
[chaz/thecheat] / cheat_globals.h
index 03bad61731249a933e9129c9221a35022fff97b6..f50a0e995d83e39b10f16f6cf63917231ae955b5 100644 (file)
 
 #import <Cocoa/Cocoa.h>
 
-#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
 
This page took 0.018357 seconds and 4 git commands to generate.