Patched to fix a namespace issue.
This commit is contained in:
parent
e38b16ccb3
commit
1c7c01be04
2
physfs.h
2
physfs.h
|
@ -272,7 +272,7 @@ __EXPORT__ const PHYSFS_ArchiveInfo **PHYSFS_supportedArchiveTypes(void);
|
||||||
*
|
*
|
||||||
* @param list List of information specified as freeable by this function.
|
* @param list List of information specified as freeable by this function.
|
||||||
*/
|
*/
|
||||||
__EXPORT__ void PHYSFS_freeList(void *list);
|
__EXPORT__ void PHYSFS_freeList(void *listVar);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue