mirror of
https://github.com/love2d/megasource.git
synced 2026-08-21 21:16:19 +02:00
Add PhysFS 2.0.3.
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