summaryrefslogtreecommitdiff
path: root/darwintest/objc_darwin.h
AgeCommit message (Collapse)Author
2014-03-01Now that we have everything up to and including Buttons up and running, we ↵Pietro Gagliardi
no longer need the darwintest.
2014-02-28Removed a leftover declaration in objc_darwin.h.Pietro Gagliardi
2014-02-28Added a .m file to handle the edge cases in objc_msgSend() wrappers that ↵Pietro Gagliardi
cannot be easily expressed otherwise.
2014-02-28Split most of the objc_msgSend() wrappers into a C header file for ↵Pietro Gagliardi
convenience. The NSRect functions require special handling because of Apple stupidities that will be discussed when I get to that.