summaryrefslogtreecommitdiff
path: root/src/hexen/st_start.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/st_start.h')
-rw-r--r--src/hexen/st_start.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/hexen/st_start.h b/src/hexen/st_start.h
new file mode 100644
index 00000000..e3ef6686
--- /dev/null
+++ b/src/hexen/st_start.h
@@ -0,0 +1,28 @@
+
+//**************************************************************************
+//**
+//** template.h : Heretic 2 : Raven Software, Corp.
+//**
+//** $RCSfile: st_start.h,v $
+//** $Revision: 1.5 $
+//** $Date: 95/10/11 23:35:33 $
+//** $Author: paul $
+//**
+//**************************************************************************
+
+// HEADER FILES ------------------------------------------------------------
+
+// MACROS ------------------------------------------------------------------
+
+// TYPES -------------------------------------------------------------------
+
+// PUBLIC FUNCTION PROTOTYPES ----------------------------------------------
+extern void ST_Init(void);
+extern void ST_Done(void);
+extern void ST_Message(char *message, ...);
+extern void ST_RealMessage(char *message, ...);
+extern void ST_Progress(void);
+extern void ST_NetProgress(void);
+extern void ST_NetDone(void);
+
+// PUBLIC DATA DECLARATIONS ------------------------------------------------