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