Mercurial > hg > audiodb
view examples/iAudioDB/main.m @ 756:9b75573be3b9 mkc_lsh_update
Copied trunk python bindings -r 1110 to this branch.
author | mas01mc |
---|---|
date | Fri, 26 Nov 2010 06:58:55 +0000 |
parents | 6d3ed50c9d2d |
children |
line wrap: on
line source
// // main.m // CAMUS // // Created by Mike Jewell on 27/01/2010. // Copyright __MyCompanyName__ 2010. All rights reserved. // #import <Cocoa/Cocoa.h> int main(int argc, char *argv[]) { return NSApplicationMain(argc, (const char **) argv); }