|
@@ -269,7 +269,7 @@ calls into ``std::istream``.
|
|
|
|
|
|
.. code-block:: cpp
|
|
.. code-block:: cpp
|
|
|
|
|
|
- #include "core/os/file_access.h"
|
|
|
|
|
|
+ #include "core/io/file_access.h"
|
|
|
|
|
|
#include <istream>
|
|
#include <istream>
|
|
#include <streambuf>
|
|
#include <streambuf>
|
|
@@ -304,7 +304,7 @@ References
|
|
|
|
|
|
- `istream <https://cplusplus.com/reference/istream/istream/>`_
|
|
- `istream <https://cplusplus.com/reference/istream/istream/>`_
|
|
- `streambuf <https://cplusplus.com/reference/streambuf/streambuf/?kw=streambuf>`_
|
|
- `streambuf <https://cplusplus.com/reference/streambuf/streambuf/?kw=streambuf>`_
|
|
-- `core/io/file_access.h <https://github.com/godotengine/godot/blob/master/core/os/file_access.h>`_
|
|
|
|
|
|
+- `core/io/file_access.h <https://github.com/godotengine/godot/blob/master/core/io/file_access.h>`_
|
|
|
|
|
|
Registering the new file format
|
|
Registering the new file format
|
|
-------------------------------
|
|
-------------------------------
|