StoneAge/gmsv/include/init.h
2018-08-07 00:51:35 -07:00

18 lines
272 B
C

#ifndef __INIT_H__
#define __INIT_H__
#include "common.h"
BOOL init( int argc , char** argv, char** env );
#ifdef _ITEM_QUITPARTY
typedef struct tagDisappearItem
{
char string[64];
}DisappearItem;
DisappearItem *Disappear_Item;
int itemquitparty_num;
#endif
#endif