diff options
| author | Juan Linietsky | 2016-01-10 15:15:04 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-01-10 15:15:04 -0300 |
| commit | 52e53d45137eb5bc667db6323c79baebb1651b5b (patch) | |
| tree | ab5420d690b459550ed9c712397c59c4bff617e8 /core/os/file_access.h | |
| parent | 4fdab4f555f3f7e1d3b070244d88ce18c3282a15 (diff) | |
| download | godot-52e53d45137eb5bc667db6323c79baebb1651b5b.tar.gz godot-52e53d45137eb5bc667db6323c79baebb1651b5b.tar.zst godot-52e53d45137eb5bc667db6323c79baebb1651b5b.zip | |
Diffstat (limited to 'core/os/file_access.h')
| -rw-r--r-- | core/os/file_access.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/file_access.h b/core/os/file_access.h index 35514a129..51cf83911 100644 --- a/core/os/file_access.h +++ b/core/os/file_access.h @@ -78,6 +78,7 @@ public: READ=1, WRITE=2, READ_WRITE=3, + WRITE_READ=7, }; virtual void close()=0; ///< close a file |
