summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/host/inc/nt_det.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/softpc.new/host/inc/nt_det.h')
-rw-r--r--private/mvdm/softpc.new/host/inc/nt_det.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/host/inc/nt_det.h b/private/mvdm/softpc.new/host/inc/nt_det.h
new file mode 100644
index 000000000..56a02aece
--- /dev/null
+++ b/private/mvdm/softpc.new/host/inc/nt_det.h
@@ -0,0 +1,21 @@
+/*
+ * ==========================================================================
+ * Name: nt_det.h
+ * Author: Tim
+ * Derived From: nt_fulsc.h
+ * Created On: 4th November 1992
+ * Purpose: External defs for nt_det.c
+ *
+ * (c)Copyright Insignia Solutions Ltd., 1992. All rights reserved.
+ * ==========================================================================
+ */
+extern PBYTE textBuffer;
+extern COORD textBufferSize;
+extern BOOL Frozen256Packed;
+
+/*
+** Centralised console registration funx.
+*/
+IMPORT VOID doNullRegister IPT0();
+IMPORT VOID doRegister IPT0();
+IMPORT VOID initTextSection IPT0();