*** empty log message ***

This commit is contained in:
Twilight Suzuka
2005-12-06 22:47:02 +00:00
parent 806895ebd8
commit d55bffede6
13 changed files with 6433 additions and 0 deletions

12
dlls/BB/bb_const.h Normal file
View File

@ -0,0 +1,12 @@
// 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