X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=cheat_globals.m;fp=cheat_globals.m;h=7c04b96382c7482f4f170d5f05ec292787b33584;hp=0000000000000000000000000000000000000000;hb=42cf7bbe564d70233a0d73baee613f209eb00eb6;hpb=2d60a59a8ad195dd0af8f90c8d5b74a69ce7f4fa diff --git a/cheat_globals.m b/cheat_globals.m new file mode 100644 index 0000000..7c04b96 --- /dev/null +++ b/cheat_globals.m @@ -0,0 +1,28 @@ + +// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// 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 TCGlobalDocumentCount = 1; +int TCGlobalAlternateBroadcastNameCount = 2; +char TCGlobalListening = NO; + +char TCGlobalPlaySounds = YES; +char TCGlobalWindowsOnTop = NO; +char TCGlobalAllowRemote = NO; +int TCGlobalListenPort = TCDefaultListenPort; + +NSString *TCPlaySoundsPref = @"TCPlaySoundsPref"; +NSString *TCWindowsOnTopPref = @"TCWindowsOnTopPref"; +NSString *TCAllowRemotePref = @"TCAllowRemotePref"; +NSString *TCListenPortPref = @"TCListenPortPref"; +NSString *TCBroadcastNamePref = @"TCBroadcastNamePref"; \ No newline at end of file