Skip to content

Commit

Permalink
forward ecl
Browse files Browse the repository at this point in the history
  • Loading branch information
ASDAlexander77 committed Jun 30, 2021
1 parent 269a4f7 commit 5e81292
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
1 change: 1 addition & 0 deletions cpplib/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ namespace js

struct undefined_t;
struct any;
struct boolean;
template <typename T>
struct shared;

Expand Down
39 changes: 20 additions & 19 deletions src/.vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.18362.0",
"intelliSenseMode": "msvc-x64",
"configurationProvider": "vector-of-bool.cmake-tools"
}
],
"version": 4
}
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.18362.0",
"intelliSenseMode": "msvc-x64",
"configurationProvider": "vector-of-bool.cmake-tools",
"compileCommands": "C:/dev/TypeScript2Cxx/test/build/compile_commands.json"
}
],
"version": 4
}

0 comments on commit 5e81292

Please sign in to comment.