repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #506 from andrewcsmith/patch-2
[supercollider.git]
/
SCClassLibrary
/
Common
/
osx
/
objC
/
plusAsNSReturn.sc
blob
99254559ba3b9e77127ace76f6f50b8edc1a2088
1
+ Object {
2
3
asNSReturn{
4
^this
5
}
6
7
}
8
9
+ RawPointer{
10
11
asNSReturn{
12
^SCNSObject.newFromRawPointer(this)
13
}
14
}