X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=cheat_globals.h;fp=cheat_globals.h;h=0000000000000000000000000000000000000000;hp=22d748b97d77723659cb7029c2fcdbb664c6acb7;hb=d27548f80fe411fda2ee69c74a24eab4292267e9;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/cheat_globals.h b/cheat_globals.h deleted file mode 100644 index 22d748b..0000000 --- a/cheat_globals.h +++ /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 - -#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 -