Added Mac OSX XCode project with Cocoa userinterface (wrapping GLUT) for Bullet demos

Thanks to TomorrowPlus for the constribution!
This commit is contained in:
erwin.coumans
2008-05-18 00:38:17 +00:00
parent d9e7058ff2
commit 0b48b1c76b
26 changed files with 7575 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
//
// main.m
// AllBulletDemos
//
// Created by Shamyl Zakariya on 5/1/08.
// Copyright Shamyl Zakariya 2008. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **) argv);
}