예제 #1
0
파일: Fs.cs 프로젝트: emtees/old-code
		public extern static int PHYSFS_writeULE64(IntPtr file, PHYSFS_uint64 val);
예제 #2
0
파일: Fs.cs 프로젝트: emtees/old-code
		public extern static PHYSFS_uint64 PHYSFS_swapULE64(PHYSFS_uint64 val);
예제 #3
0
파일: Fs.cs 프로젝트: emtees/old-code
		public extern static int PHYSFS_seek(IntPtr handle, PHYSFS_uint64 pos);
예제 #4
0
파일: Fs.cs 프로젝트: emtees/old-code
		public extern static int PHYSFS_setBuffer(IntPtr handle, PHYSFS_uint64 bufsize);
예제 #5
0
파일: Fs.cs 프로젝트: emtees/old-code
		public extern static int PHYSFS_readUBE64(IntPtr handle, ref PHYSFS_uint64 val);