PhysicsFS 2.0.3 imported.
This commit is contained in:
parent
bcc0937726
commit
993311d151
459 changed files with 87785 additions and 0 deletions
10
lib/physfs-2.0.3/lzma/C/Archive/7z/7zMethodID.c
Normal file
10
lib/physfs-2.0.3/lzma/C/Archive/7z/7zMethodID.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* 7zMethodID.c */
|
||||
|
||||
#include "7zMethodID.h"
|
||||
|
||||
/*
|
||||
int AreMethodsEqual(CMethodID *a1, CMethodID *a2)
|
||||
{
|
||||
return (*a1 == *a2) ? 1 : 0;
|
||||
}
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue