mirror of
https://github.com/godotengine/godot-headers.git
synced 2026-01-06 06:10:10 +03:00
Compare commits
4 Commits
godot-3.2.
...
3.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75d6c51496 | ||
|
|
98ee82599d | ||
|
|
be9e5aeafd | ||
|
|
489db2761c |
@@ -67,7 +67,7 @@ extern "C" {
|
||||
////// Error
|
||||
|
||||
typedef enum {
|
||||
GODOT_OK,
|
||||
GODOT_OK, // (0)
|
||||
GODOT_FAILED, ///< Generic fail error
|
||||
GODOT_ERR_UNAVAILABLE, ///< What is requested is unsupported/unavailable
|
||||
GODOT_ERR_UNCONFIGURED, ///< The object being used hasn't been properly set up yet
|
||||
|
||||
Reference in New Issue
Block a user