]> icculus.org git repositories - theoddone33/hhexen.git/blob - include/st_start.h
osezer patch 010
[theoddone33/hhexen.git] / include / st_start.h
1
2 //**************************************************************************
3 //**
4 //** template.h : Heretic 2 : Raven Software, Corp.
5 //**
6 //** $RCSfile$
7 //** $Revision$
8 //** $Date$
9 //** $Author$
10 //**
11 //**************************************************************************
12
13 // HEADER FILES ------------------------------------------------------------
14
15 // MACROS ------------------------------------------------------------------
16
17 // TYPES -------------------------------------------------------------------
18
19 // PUBLIC FUNCTION PROTOTYPES ----------------------------------------------
20 extern void ST_Init(void);
21 extern void ST_Done(void);
22 extern void ST_Message(char *message, ...);
23 extern void ST_RealMessage(char *message, ...);
24 extern void ST_Progress(void);
25 extern void ST_NetProgress(void);
26 extern void ST_NetDone(void);
27
28 // PUBLIC DATA DECLARATIONS ------------------------------------------------
29