mirror of
https://github.com/jenshemprich/MacGLide.git
synced 2025-03-13 05:29:21 +00:00
11 lines
199 B
Objective-C
11 lines
199 B
Objective-C
/* MacGLideMainPanel */
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface MacGLideMainPanel : NSWindow
|
|
{
|
|
}
|
|
- (IBAction)toggleMipmapping:(id)sender;
|
|
- (IBAction)toogleUseGameSpecificOptimisations:(id)sender;
|
|
@end
|