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>
Sat, 11 Jun 2016 07:07:24 +0000 (03:07 -0400)
commit7f7254f90779ed10f83a2909fb48b7bece41ddfa
treee772de0a4e7a801394b84ee81d82ba42e37bbbe7
parentb7785987a1bfd95e587d4e15c4318138f8c44ba1
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]