예제 #1
0
파일: Fs.cs 프로젝트: emtees/old-code
		public extern static PHYSFS_sint64 PHYSFS_swapSLE64(PHYSFS_sint64 val);
예제 #2
0
파일: Fs.cs 프로젝트: emtees/old-code
		public extern static int PHYSFS_writeSLE64(IntPtr file, PHYSFS_sint64 val);
예제 #3
0
파일: Fs.cs 프로젝트: emtees/old-code
		public extern static int PHYSFS_readSLE64(IntPtr handle, ref PHYSFS_sint64 val);