Mercurial > hg > audiodb
view examples/iAudioDB/main.m @ 698:10d3692e0b06
* Initial commit of Java bindings.
* Currently supports creation of db. More to come!
author | mas01mj |
---|---|
date | Mon, 26 Apr 2010 17:17:07 +0000 |
parents | 780ebab29268 |
children | 6d3ed50c9d2d |
line wrap: on
line source
// // main.m // iAudioDB // // 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); }