Skip to content

Commit bf47b75

Browse files
committed
WIP
1 parent 4c76fc4 commit bf47b75

File tree

28 files changed

+154
-609
lines changed

28 files changed

+154
-609
lines changed

Apps/HeadlessScreenshotApp/Win32/App.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ int main()
109109

110110
// Initialize the console polyfill.
111111
Babylon::Polyfills::Console::Initialize(env, [](const char* message, auto) {
112-
std::cout << message;
112+
std::cout << message << std::endl;
113113
});
114114

115115
// Initialize the window, XMLHttpRequest, and NativeEngine polyfills.

Apps/UnitTests/Android/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

Apps/UnitTests/Android/app/build.gradle

Lines changed: 0 additions & 117 deletions
This file was deleted.

Apps/UnitTests/Android/app/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

Apps/UnitTests/Android/app/src/androidTest/java/com/babylonnative/unittests/Main.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

Apps/UnitTests/Android/app/src/androidTest/java/com/babylonnative/unittests/Native.java

Lines changed: 0 additions & 12 deletions
This file was deleted.

Apps/UnitTests/Android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

Apps/UnitTests/Android/app/src/main/cpp/CMakeLists.txt

Lines changed: 0 additions & 44 deletions
This file was deleted.

Apps/UnitTests/Android/app/src/main/cpp/JNI.cpp

Lines changed: 0 additions & 29 deletions
This file was deleted.

Apps/UnitTests/Android/app/src/main/res/values/strings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)