MacGLide/MacGLide Control Panel/MacGLidePanel.h

12 lines
237 B
C
Raw Normal View History

2006-06-07 20:55:18 +00:00
/* MacGLidePanel */
#import <Cocoa/Cocoa.h>
@interface MacGLidePanel : NSPanel
{
}
- (IBAction)toggleTextureSmoothing:(id)sender;
- (IBAction)toggleMipmapping:(id)sender;
- (IBAction)toogleUseGameSpecificOptimisations:(id)sender;
@end