Mercurial > hg > audiodb
view examples/iAudioDB/main.m @ 685:e78e5a80b73d
* Extraction params supplied at db creation time
* n3 configs are customized at extraction time
* Changes to import UI
* Extraction params stored in db plist
author | mas01mj |
---|---|
date | Thu, 11 Mar 2010 11:50:39 +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); }