]> Dogcows Code - chaz/thecheat/blobdiff - cheat_globals.m
The Cheat 1.0b3
[chaz/thecheat] / cheat_globals.m
diff --git a/cheat_globals.m b/cheat_globals.m
new file mode 100644 (file)
index 0000000..7c04b96
--- /dev/null
@@ -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
This page took 0.017513 seconds and 4 git commands to generate.