Mercurial > hg > audiodb
comparison examples/iAudioDB/main.m @ 669:780ebab29268
Added initial increment of OSX audioDB interface
author | mas01mj |
---|---|
date | Wed, 03 Mar 2010 17:17:08 +0000 |
parents | |
children | 6d3ed50c9d2d |
comparison
equal
deleted
inserted
replaced
668:ce5ff00168e1 | 669:780ebab29268 |
---|---|
1 // | |
2 // main.m | |
3 // iAudioDB | |
4 // | |
5 // Created by Mike Jewell on 27/01/2010. | |
6 // Copyright __MyCompanyName__ 2010. All rights reserved. | |
7 // | |
8 | |
9 #import <Cocoa/Cocoa.h> | |
10 | |
11 int main(int argc, char *argv[]) | |
12 { | |
13 return NSApplicationMain(argc, (const char **) argv); | |
14 } |