StoneAge/gmsv/include/init.h

18 lines
272 B
C
Raw Normal View History

2018-08-07 15:51:35 +08:00
#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