mirror of
https://github.com/love2d/love-android.git
synced 2026-08-22 05:25:27 +02:00
updated physfs to inofficial 2.1 version
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/* BranchX86.h */
|
||||
|
||||
#ifndef __BRANCHX86_H
|
||||
#define __BRANCHX86_H
|
||||
|
||||
#include "BranchTypes.h"
|
||||
|
||||
#define x86_Convert_Init(state) { state = 0; }
|
||||
|
||||
SizeT x86_Convert(Byte *buffer, SizeT endPos, UInt32 nowPos, UInt32 *state, int encoding);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user