|
|
@ -169,6 +169,7 @@ namespace CppSharp.Generators.CLI |
|
|
|
case PrimitiveType.UInt64: return "unsigned long long"; |
|
|
|
case PrimitiveType.UInt64: return "unsigned long long"; |
|
|
|
case PrimitiveType.Float: return "float"; |
|
|
|
case PrimitiveType.Float: return "float"; |
|
|
|
case PrimitiveType.Double: return "double"; |
|
|
|
case PrimitiveType.Double: return "double"; |
|
|
|
|
|
|
|
case PrimitiveType.IntPtr: return "IntPtr"; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
throw new NotSupportedException(); |
|
|
|
throw new NotSupportedException(); |
|
|
|