diff options
| author | Juan Linietsky | 2015-08-23 20:15:56 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-08-23 20:15:56 -0300 |
| commit | 07e97414250827c3b930befa123a4bbd48d24861 (patch) | |
| tree | 8ec9872421ad333d3a1150ee64db1d0d27bd4269 /core/global_constants.cpp | |
| parent | 9d185ccc30ad5fe7eb716390ca2e7f5c06574ce0 (diff) | |
| download | godot-07e97414250827c3b930befa123a4bbd48d24861.tar.gz godot-07e97414250827c3b930befa123a4bbd48d24861.tar.zst godot-07e97414250827c3b930befa123a4bbd48d24861.zip | |
Diffstat (limited to 'core/global_constants.cpp')
| -rw-r--r-- | core/global_constants.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/global_constants.cpp b/core/global_constants.cpp index b8d113f67..9fb45c672 100644 --- a/core/global_constants.cpp +++ b/core/global_constants.cpp @@ -422,6 +422,7 @@ static _GlobalConstant _global_constants[]={ BIND_GLOBAL_CONSTANT( ERR_FILE_CANT_READ ), BIND_GLOBAL_CONSTANT( ERR_FILE_UNRECOGNIZED ), BIND_GLOBAL_CONSTANT( ERR_FILE_CORRUPT ), + BIND_GLOBAL_CONSTANT( ERR_FILE_MISSING_DEPENDENCIES), BIND_GLOBAL_CONSTANT( ERR_FILE_EOF ), BIND_GLOBAL_CONSTANT( ERR_CANT_OPEN ), ///< Can't open a resource/socket/file BIND_GLOBAL_CONSTANT( ERR_CANT_CREATE ), |
