Compile fix

This commit is contained in:
Joshua Granick
2017-01-10 14:43:37 -08:00
parent 3145c3ea78
commit 0987a17885

View File

@@ -71,7 +71,7 @@ class CFFIMacro {
switch (type.result.toString ()) {
case "Int", "Float":
case "Int", "Float", "cpp.Float32", "cpp.Int16", "cpp.Int32", "cpp.Float64":
expr += "return 0";