]> Dogcows Code - chaz/thecheat/blobdiff - cheat_globals.h
The Cheat 1.2
[chaz/thecheat] / cheat_globals.h
diff --git a/cheat_globals.h b/cheat_globals.h
deleted file mode 100644 (file)
index 22d748b..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-// Project:   The Cheat
-//
-// File:      cheat_globals.h
-// Created:   Fri Sep 19 2003
-//
-// Copyright: 2003 Chaz McGarvey.  All rights reserved.
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-#ifndef _cheat_globals_H
-#define _cheat_globals_H
-
-#import <Cocoa/Cocoa.h>
-
-#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 (100)
-
-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
-
This page took 0.020179 seconds and 4 git commands to generate.