mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Style: Convert namespaces to PascalCase
This commit is contained in:
parent
0595bb8a42
commit
1cb3cfaa8e
40 changed files with 509 additions and 509 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include "core/string/ustring.h"
|
||||
|
||||
namespace path {
|
||||
namespace Path {
|
||||
|
||||
String find_executable(const String &p_name);
|
||||
|
||||
|
|
@ -58,4 +58,4 @@ String realpath(const String &p_path);
|
|||
String relative_to(const String &p_path, const String &p_relative_to);
|
||||
|
||||
String get_csharp_project_name();
|
||||
} // namespace path
|
||||
} // namespace Path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue