Mercurial > hg > audiodb
view examples/iAudioDB/main.m @ 691:203181f7d804
Added checks for max length/vectors that disable the query button if invalid values are provided.
author | mas01mj |
---|---|
date | Fri, 12 Mar 2010 14:46:22 +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); }