From: Jay Freeman (saurik) Date: Sat, 24 Apr 2010 22:50:04 +0000 (+0000) Subject: I forgot _NSPoint in Bridge.def. X-Git-Tag: v0.9.432~83 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/83e2af784c108bc0e73df348900a44f486793ae0?ds=inline I forgot _NSPoint in Bridge.def. --- diff --git a/Bridge.def b/Bridge.def index e9c530b..e34f2be 100644 --- a/Bridge.def +++ b/Bridge.def @@ -1437,6 +1437,7 @@ T NSMapTable {_NSMapTable} T NSMapTableOptions {NSUInteger} # NSMapTableValueCallBacks +S _NSPoint "x"{CGFloat}"y"{CGFloat} T NSPoint {_NSPoint} T NSPointArray ^{NSPoint} T NSPointPointer ^{NSPoint}