mirror of
https://github.com/ksherlock/ample.git
synced 2024-11-19 02:11:08 +00:00
337b3eb1f2
validate the Mame executable path option for system mame (doesn't do anything yet...)
18 lines
298 B
Objective-C
18 lines
298 B
Objective-C
//
|
|
// PreferencesWindowController.h
|
|
// Ample
|
|
//
|
|
// Created by Kelvin Sherlock on 8/31/2020.
|
|
// Copyright © 2020 Kelvin Sherlock. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface PreferencesWindowController : NSWindowController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|