Style: Convert namespaces to PascalCase
This commit is contained in:
parent
0595bb8a42
commit
1cb3cfaa8e
40 changed files with 509 additions and 509 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue