Mercurial > hg > audiodb
annotate examples/iAudioDB/main.m @ 674:fb85aadab85d
Fixup result-key use in sb-alien/tests
author | mas01cr |
---|---|
date | Fri, 05 Mar 2010 16:01:02 +0000 |
parents | 780ebab29268 |
children | 6d3ed50c9d2d |
rev | line source |
---|---|
mas01mj@669 | 1 // |
mas01mj@669 | 2 // main.m |
mas01mj@669 | 3 // iAudioDB |
mas01mj@669 | 4 // |
mas01mj@669 | 5 // Created by Mike Jewell on 27/01/2010. |
mas01mj@669 | 6 // Copyright __MyCompanyName__ 2010. All rights reserved. |
mas01mj@669 | 7 // |
mas01mj@669 | 8 |
mas01mj@669 | 9 #import <Cocoa/Cocoa.h> |
mas01mj@669 | 10 |
mas01mj@669 | 11 int main(int argc, char *argv[]) |
mas01mj@669 | 12 { |
mas01mj@669 | 13 return NSApplicationMain(argc, (const char **) argv); |
mas01mj@669 | 14 } |