Files
m2dev-server-src/src/game/blend_item.h
d1str4ught 4e679320a3 base init
2025-08-18 00:36:52 +02:00

21 lines
421 B
C

/*********************************************************************
* date : 2007.02.24
* file : blend_item.h
* author : mhh
* description :
*/
#ifndef _blend_item_h_
#define _blend_item_h_
#define MAX_BLEND_ITEM_VALUE 5
bool Blend_Item_init();
bool Blend_Item_load(char *file);
bool Blend_Item_set_value(LPITEM item);
bool Blend_Item_find(DWORD item_vnum);
#endif /* _blend_item_h_ */