MacGLide/MacGLide Control Panel/MacGLidePanel.h

12 lines
237 B
Objective-C

/* MacGLidePanel */
#import <Cocoa/Cocoa.h>
@interface MacGLidePanel : NSPanel
{
}
- (IBAction)toggleTextureSmoothing:(id)sender;
- (IBAction)toggleMipmapping:(id)sender;
- (IBAction)toogleUseGameSpecificOptimisations:(id)sender;
@end