Changeset 25782 in project
- Timestamp:
- 01/07/12 22:15:35 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/physfs
r25781 r25782 85 85 === Types 86 86 87 ==== <type>file</type> 87 ==== Files 88 89 <type>file</type> 88 90 89 91 A PhysicsFS file handle. … … 93 95 As you can see from the lack of meaningful fields, you should treat this as opaque data. Don't try to manipulate the file handle, just pass the pointer you got, unmolested, to various PhysicsFS APIs. 94 96 95 *<procedure>(file-opaque file)</procedure>97 <procedure>(file-opaque file)</procedure> 96 98 97 99 Fetches the opaque pointer contained within the file struct.
Note: See TracChangeset
for help on using the changeset viewer.