Skip to content

Commit 372013b

Browse files
committed
Modify cpp project layout
1 parent 648e03c commit 372013b

File tree

143 files changed

+698
-443
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+698
-443
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ add_library(${PROJECT_NAME} SHARED ${SOURCES} ${HEADERS})
3535
# Includes
3636
target_include_directories(godot
3737
PUBLIC
38+
src
3839
godot-cpp/include
3940
godot-cpp/include/godot_cpp
4041
godot-cpp/gen/include

godot-cpp

File renamed without changes.
File renamed without changes.

src/language/java_language.cpp renamed to src/api/language/java_language.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "names.h"
44
#include "script/language/java_script.h"
55

6-
#include <core/io/resource_loader.h>
6+
#include <core/io/resource_loader.hpp>
77

88
constexpr const char* JAVA_TEMPLATE = PACKAGE_TEMPLATE
99
"\n"
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/language/kotlin_language.cpp renamed to src/api/language/kotlin_language.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "names.h"
44
#include "script/language/kotlin_script.h"
55

6-
#include <core/io/resource_loader.h>
6+
#include <core/io/resource_loader.hpp>
77

88
constexpr const char* KOTLIN_TEMPLATE = PACKAGE_TEMPLATE
99
"\n"
File renamed without changes.

0 commit comments

Comments
 (0)