Browse Source

Re-generated the OSX parser bindings.

pull/252/head
triton 12 years ago
parent
commit
ed634a76fc
  1. 22
      src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs

22
src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs

@ -165,19 +165,19 @@ namespace CppSharp
Void = 1, Void = 1,
Bool = 2, Bool = 2,
WideChar = 3, WideChar = 3,
Int8 = 4,
Char = 4, Char = 4,
UInt8 = 5,
UChar = 5, UChar = 5,
Int16 = 6, Short = 6,
UInt16 = 7, UShort = 7,
Int32 = 8, Int = 8,
UInt32 = 9, UInt = 9,
Int64 = 10, Long = 10,
UInt64 = 11, ULong = 11,
Float = 12, LongLong = 12,
Double = 13, ULongLong = 13,
IntPtr = 14 Float = 14,
Double = 15,
IntPtr = 16
} }
public enum RawCommentKind public enum RawCommentKind

Loading…
Cancel
Save