view examples/iAudioDB/main.m @ 695:01e25f938b63

simplify sample code slightly Now there are two bits that are exactly the same as audiodb_query_spec(). They should be merged with the query code.
author mas01cr
date Thu, 22 Apr 2010 21:03:59 +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);
}