Texture: got rid of the image resizing, since you can just pass null data to glTexIma...
[io/quag.git] / projects / IoApp / main.m
blob8b78e70bc5c15ad30cc1cb4cbd45821bcdf07b38
1 //
2 //  main.m
3 //  IoApp
4 //
5 //  Created by Steve Dekorte on Tue Jul 13 2004.
6 //  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
11 int main(int argc, const char *argv[])
13     return NSApplicationMain(argc, argv);