-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathADVPREP.HXX
More file actions
51 lines (43 loc) · 1.98 KB
/
Copy pathADVPREP.HXX
File metadata and controls
51 lines (43 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* ========================================================================
Copyright (c) 1990,1997 Synergistic Software
All Rights Reserved
Author: G. Hightower
======================================================================== */
#ifndef _ADVPREP_HXX
#define _ADVPREP_HXX
/* ------------------------------------------------------------------------
Sub Includes
------------------------------------------------------------------------ */
#if !defined(_TYEPDEFS_H)
#include "typedefs.h"
#endif
/* ------------------------------------------------------------------------
Defines and Compile Flags
------------------------------------------------------------------------ */
#define ADV_LIST1_UP 2001
#define ADV_LIST1_DOWN 2002
#define ADV_LIST2_UP 2003
#define ADV_LIST2_DOWN 2004
/* ------------------------------------------------------------------------
Enums
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
Typedefs
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
Macros
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
Globals
------------------------------------------------------------------------ */
extern SHORT iAdventureSiteIndex;
/* ------------------------------------------------------------------------
Prototypes
------------------------------------------------------------------------ */
void AdvPrepPaint (LONG MenuCombo, LONG );
void AdvPrepDone (LONG MenuCombo, LONG );
void AdvPrepCancel (LONG MenuCombo, LONG );
void AdvPrepListSel (LONG MenuCombo, LONG );
void AdvPrepListScroll (LONG MenuCombo, LONG ButtonVal);
void AdvPrepReturn (LONG, LONG);
#endif // _ADVPREP_HXX