File: programming/cocoa/MacScare-Source.zip/MacScare-Source/MacScareGlkSession.m


//
//  MacScareGlkSession.m
//  CocoaGlk
//
//  Created by Andrew Hunter on Fri Jun 13 2003.
//  Copyright (c) 2003 Andrew Hunter. All rights reserved.
//
 
#import "MacScareGlkSession.h"
 
 
@implementation MacScareGlkSession
 
-(void) glkMain: (NSString*)filename
{
	[super glkMain: filename];
}
 
@end
 

This code uses the PclZip Zip File reading code, which is subject to the GNU LGPL. It also uses the GeSHi syntax highlighter, subject to the GPL. Ask if you want this for your own web site, it's free.