12 lines
238 B
C
12 lines
238 B
C
// prevent double include
|
|
#ifndef __BB_CONST__
|
|
#define __BB_CONST__
|
|
|
|
#define BB_PDATA_LEVEL 505
|
|
#define BB_PDATA_EXP 4
|
|
#define BB_PDATA_POINT 432
|
|
#define BB_PDATA_SPEED 501
|
|
#define BB_PDATA_HITPOINTS 502
|
|
#define BB_PDATA_SKILL 503
|
|
|
|
#endif |