X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=cheat_globals.m;fp=cheat_globals.m;h=0000000000000000000000000000000000000000;hp=019c7253ad9e258b8d1afc697c361dbd5d227c50;hb=d27548f80fe411fda2ee69c74a24eab4292267e9;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/cheat_globals.m b/cheat_globals.m deleted file mode 100644 index 019c725..0000000 --- a/cheat_globals.m +++ /dev/null @@ -1,32 +0,0 @@ - -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -// Project: The Cheat -// -// File: cheat_globals.m -// Created: Fri Sep 19 2003 -// -// Copyright: 2003 Chaz McGarvey. All rights reserved. -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -#include "cheat_globals.h" - -char TCDefaultListenPath[104] = "/.thecheat_socket"; - -int TCGlobalSessionCount = 0; -int TCGlobalAlternateBroadcastNameCount = 2; -char TCGlobalListening = NO; - -char TCGlobalPlaySounds = YES; -char TCGlobalWindowsOnTop = NO; -char TCGlobalUpdateCheck = NO; -char TCGlobalAllowRemote = NO; -int TCGlobalListenPort = TCDefaultListenPort; -int TCGlobalHitsDisplayed = 1000; - -NSString *TCPlaySoundsPref = @"TCPlaySoundsPref"; -NSString *TCWindowsOnTopPref = @"TCWindowsOnTopPref"; -NSString *TCUpdateCheckPref = @"TCUpdateCheckPref"; -NSString *TCAllowRemotePref = @"TCAllowRemotePref"; -NSString *TCListenPortPref = @"TCListenPortPref"; -NSString *TCBroadcastNamePref = @"TCBroadcastNamePref"; -NSString *TCHitsDisplayedPref = @"TCHitsDisplayedPref"; \ No newline at end of file