view examples/iAudioDB/main.m @ 679:047415d1805e

Make the python bindings compile again using the new hopsize stuff It's not an ideal fix; it ties together the query and instance hops. Nevertheless, building is better than not building.
author mas01cr
date Fri, 05 Mar 2010 16:01: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);
}