]> Dogcows Code - chaz/thecheat/blobdiff - cheat_globals.m
The Cheat 1.2
[chaz/thecheat] / cheat_globals.m
diff --git a/cheat_globals.m b/cheat_globals.m
deleted file mode 100644 (file)
index 019c725..0000000
+++ /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
This page took 0.020156 seconds and 4 git commands to generate.