Add base files for bindings
Add base files for C++ and D that will interface with the existing C integration.
This commit is contained in:
parent
f474eb7478
commit
dd8e9d4296
9 changed files with 74 additions and 1 deletions
6
src/init/bind.d
Normal file
6
src/init/bind.d
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import std;
|
||||
|
||||
void main()
|
||||
{
|
||||
printf("Start.");
|
||||
}
|
||||
1
src/init/cpp/bind.cpp
Normal file
1
src/init/cpp/bind.cpp
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
Loading…
Add table
Add a link
Reference in a new issue