mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 19:45:05 +08:00
Fix implicit function declaration. Fix struct declaration in parameter list
This commit is contained in:
@@ -1084,6 +1084,14 @@ void ID_Init( void );
|
||||
const char *ID_GetMD5( void );
|
||||
void GAME_EXPORT ID_SetCustomClientID( const char *id );
|
||||
|
||||
//
|
||||
// sequence.c
|
||||
//
|
||||
typedef struct sequenceEntry_ sequenceEntry_s;
|
||||
typedef struct sentenceEntry_ sentenceEntry_s;
|
||||
sequenceEntry_s *Sequence_Get( const char *fileName, const char *entryName );
|
||||
sentenceEntry_s *Sequence_PickSentence( const char *groupName, int pickMethod, int *picked );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user