Skip to content

Commit

Permalink
Merge pull request #10328 from esainane/access-denied
Browse files Browse the repository at this point in the history
Update file_access.h location
  • Loading branch information
skyace65 authored Nov 29, 2024
2 parents 7c8f6d9 + d8ec2b1 commit 01f118e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ calls into ``std::istream``.

.. code-block:: cpp
#include "core/os/file_access.h"
#include "core/io/file_access.h"
#include <istream>
#include <streambuf>
Expand Down Expand Up @@ -298,7 +298,7 @@ References

- `istream <https://cplusplus.com/reference/istream/istream/>`_
- `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
-------------------------------
Expand Down

0 comments on commit 01f118e

Please sign in to comment.