diff -r 070fdd33ce0d -r 928e2040d34f project_files/HedgewarsMobile/Classes/PascalImports.h --- a/project_files/HedgewarsMobile/Classes/PascalImports.h Sat Oct 16 19:01:11 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/PascalImports.h Sun Oct 17 17:47:07 2010 +0200 @@ -84,6 +84,8 @@ void HW_setWeapon(int whichone); BOOL HW_isWeaponAnEffect(int whichone); char *HW_getWeaponNameByIndex(int whichone); + char *HW_getWeaponCaptionByIndex(int whichone); + char *HW_getWeaponDescriptionByIndex(int whichone); void HW_getAmmoDelays(unsigned char *pointer); int HW_getAmmoCounts(int *pointer);