You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Style: Convert namespaces to PascalCase
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#include "core/os/thread_safe.h"
|
||||
#include "core/variant/typed_array.h"
|
||||
|
||||
namespace core_bind {
|
||||
namespace CoreBind {
|
||||
|
||||
////// ResourceLoader //////
|
||||
|
||||
@@ -1422,7 +1422,7 @@ void Thread::_bind_methods() {
|
||||
BIND_ENUM_CONSTANT(PRIORITY_HIGH);
|
||||
}
|
||||
|
||||
namespace special {
|
||||
namespace Special {
|
||||
|
||||
////// ClassDB //////
|
||||
|
||||
@@ -1749,7 +1749,7 @@ void ClassDB::_bind_methods() {
|
||||
BIND_ENUM_CONSTANT(API_NONE);
|
||||
}
|
||||
|
||||
} // namespace special
|
||||
} // namespace Special
|
||||
|
||||
////// Engine //////
|
||||
|
||||
@@ -2193,4 +2193,4 @@ void EngineDebugger::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("clear_breakpoints"), &EngineDebugger::clear_breakpoints);
|
||||
}
|
||||
|
||||
} // namespace core_bind
|
||||
} // namespace CoreBind
|
||||
|
||||
Reference in New Issue
Block a user