18 lines
329 B
C
18 lines
329 B
C
![]() |
#ifndef __INIT_H__
|
||
|
#define __INIT_H__
|
||
|
#include "common.h"
|
||
|
BOOL init( int argc , char** argv, char** env );
|
||
|
BOOL yanzheng_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
|