diff options
| author | Rémi Verschelde | 2017-07-30 22:53:40 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-07-30 22:53:40 +0200 |
| commit | 76005a8e75d4e63ad0477e11dbc8cc1c86666875 (patch) | |
| tree | e177bf6b716fe267ac39ec3047ff0a2156e0a59b /core/io/file_access_memory.cpp | |
| parent | 55494073081bd111dc6af8502f77cf344c64b56c (diff) | |
| download | godot-76005a8e75d4e63ad0477e11dbc8cc1c86666875.tar.gz godot-76005a8e75d4e63ad0477e11dbc8cc1c86666875.tar.zst godot-76005a8e75d4e63ad0477e11dbc8cc1c86666875.zip | |
Diffstat (limited to 'core/io/file_access_memory.cpp')
| -rw-r--r-- | core/io/file_access_memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/file_access_memory.cpp b/core/io/file_access_memory.cpp index 2197b187e..8e719568e 100644 --- a/core/io/file_access_memory.cpp +++ b/core/io/file_access_memory.cpp @@ -29,10 +29,10 @@ /*************************************************************************/ #include "file_access_memory.h" -#include "project_settings.h" #include "map.h" #include "os/copymem.h" #include "os/dir_access.h" +#include "project_settings.h" static Map<String, Vector<uint8_t> > *files = NULL; |
