bindings: Initial commit of C & C++ bindings prototype
authorJerome St-Louis <jerome@ecere.com>
Mon, 30 May 2016 04:46:51 +0000 (00:46 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 21 Nov 2016 14:18:55 +0000 (09:18 -0500)
commit42f17efd7585a8857335eb418f45eff054b58db6
tree865523b8032455a506fa53c29e6d7804418cd1c3
parent82f2999d33fad4897e8d18ee592a74ddc6fc79d3
bindings: Initial commit of C & C++ bindings prototype
17 files changed:
bindings/c/eC.c [new file with mode: 0644]
bindings/c/eC.h [new file with mode: 0644]
bindings/c/ecere.c [new file with mode: 0644]
bindings/c/ecere.h [new file with mode: 0644]
bindings/c/samples/form.c [new file with mode: 0644]
bindings/c/samples/helloGUI.c [new file with mode: 0644]
bindings/c/samples/test.epj [new file with mode: 0644]
bindings/cpp/eC.cpp [new file with mode: 0644]
bindings/cpp/eC.hpp [new file with mode: 0644]
bindings/cpp/ecere.cpp [new file with mode: 0644]
bindings/cpp/ecere.hpp [new file with mode: 0644]
bindings/cpp/samples/helloGUI.cpp [new file with mode: 0644]
bindings/cpp/samples/sample1.cpp [new file with mode: 0644]
bindings/cpp/samples/sample2.cpp [new file with mode: 0644]
bindings/cpp/samples/sample3.cpp [new file with mode: 0644]
bindings/cpp/samples/sample4.cpp [new file with mode: 0644]
bindings/cpp/samples/test.epj [new file with mode: 0644]