mirror of
https://github.com/jmarshall23/Hellfire.git
synced 2026-08-12 07:50:53 +02:00
Initial commit.
This commit is contained in:
+43
@@ -0,0 +1,43 @@
|
||||
/*-----------------------------------------------------------------------**
|
||||
** Diablo
|
||||
**
|
||||
** Constants and Variables
|
||||
**
|
||||
** (C)1995 Condor, Inc. All rights reserved.
|
||||
**-----------------------------------------------------------------------**
|
||||
** $Header: /Diablo/MINITEXT.H 2 1/23/97 12:21p Jmorin $
|
||||
**-----------------------------------------------------------------------*/
|
||||
|
||||
/*-----------------------------------------------------------------------**
|
||||
** Defines
|
||||
**-----------------------------------------------------------------------*/
|
||||
|
||||
/*-----------------------------------------------------------------------**
|
||||
** Structures
|
||||
**-----------------------------------------------------------------------*/
|
||||
|
||||
typedef struct {
|
||||
char *txtstr; // String to be called
|
||||
BOOL scrlltxt; // will text scroll ?
|
||||
BOOL txtspd; // text speed
|
||||
int sfxnr; // Sound effect to be called
|
||||
} TextDataStruct;
|
||||
|
||||
/*-----------------------------------------------------------------------**
|
||||
** Externs
|
||||
**-----------------------------------------------------------------------*/
|
||||
extern BYTE qtextflag;
|
||||
extern int qtextSpd;
|
||||
extern int qtextDelaySpd[10];
|
||||
|
||||
/*-----------------------------------------------------------------------**
|
||||
** Prototypes
|
||||
**-----------------------------------------------------------------------*/
|
||||
void InitQuestText();
|
||||
void DrawQText();
|
||||
void FreeQuestText();
|
||||
|
||||
void InitQTextMsg(int);
|
||||
|
||||
void DrawQTextBack();
|
||||
|
||||
Reference in New Issue
Block a user