// // OrxonoxMac.h // Orxonox // // Created by Kevin Jonas Young on 14.03.11. // Copyright 2011 -. All rights reserved. // #import int main_mac(int argc, char** argv); int main(int argc, char** argv); @interface OrxonoxAppDelegate : NSObject { } @end