Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - /* +----------------------------------------------------------------------+ http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
/* +----------------------------------------------------------------------+
   |                                                                      |
   |           (C) 1989 - 1998 by ISA Italian Software Agency             |
   |                                                                      |
   |                             Stack Define                             |
   |                                                                      |
   +----------------------------------------------------------------------+ */

#ifndef _DFSTACK_CH
   #define _DFSTACK_CH

   // dfPushAct
   #define PA_ACT     1
   #define PA_SA      2
   #define PA_A       3

   // dfPushPal
   #define PAL_ROW    1
   #define PAL_COL    2
   #define PAL_PAL    3
   #define PAL_SCR    4

   // dfPushCursor
   #define ALL_COLOR  1
   #define ALL_ROW    2
   #define ALL_COL    3
   #define ALL_SHAPE  4

   // dfPushArea
   #define PA_ALIAS   1
   #define PA_ORDER   2
   #define PA_RECNO   3

   // dbScr
   #define SCR_NAME    1
   #define SCR_SAV     2
   #define SCR_TOP     3
   #define SCR_LEFT    4
   #define SCR_BOTTOM  5
   #define SCR_RIGHT   6

#endif

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson