sunmast / cspp

A C# to C++ compiler, and a set of imported C++ libraries.
GNU Lesser General Public License v3.0
8 stars 0 forks source link

Include header files automatically based on HeaderAttribute of classes/members #12

Open sunmast opened 8 years ago

sunmast commented 8 years ago

E.g.

[Header("cassert"), Alias("assert")] public static extern void Assert(bool expression);

Then any cpp file calling this function should have in the #include list