get rid of warning
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1388 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -48,7 +48,7 @@ typedef struct tfb_sounddecoderfunc
|
|||||||
{
|
{
|
||||||
const char* (* GetName) (void);
|
const char* (* GetName) (void);
|
||||||
bool (* InitModule) (int flags, const TFB_DecoderFormats*);
|
bool (* InitModule) (int flags, const TFB_DecoderFormats*);
|
||||||
void (* TermModule) ();
|
void (* TermModule) (void);
|
||||||
uint32 (* GetStructSize) (void);
|
uint32 (* GetStructSize) (void);
|
||||||
int (* GetError) (THIS_PTR);
|
int (* GetError) (THIS_PTR);
|
||||||
bool (* Init) (THIS_PTR);
|
bool (* Init) (THIS_PTR);
|
||||||
|
|||||||
Reference in New Issue
Block a user