1,079
edits
(end -> endian) |
|||
Line 32: | Line 32: | ||
== File access == | == File access == | ||
In a nutshell, you must not use fopen(), fread(), fwrite(), etc., nor open(), close(), etc. in your code (unless you are developing a backend, that is). Instead you must use the APIs for reading and writing files provided by ScummVM. Please consult the [[HOWTO-Open Files|HOWTO Open Files]] page for details. |
edits