mirror of
https://github.com/ksherlock/ample.git
synced 2024-11-15 06:09:34 +00:00
0616991a1b
- bookmark edit window - rom window now shows machine description, tooltip is name - fix split floppy logic to work with a2superdrive - fix software list loading from default - mame 241 machine updates
15 lines
238 B
Objective-C
15 lines
238 B
Objective-C
//
|
|
// Bookmark.h
|
|
// Ample
|
|
//
|
|
// Created by Kelvin Sherlock on 2/7/2022.
|
|
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
|
|
//
|
|
|
|
#ifndef Bookmark_h
|
|
#define Bookmark_h
|
|
|
|
#import "Bookmark+CoreDataClass.h"
|
|
|
|
#endif /* Bookmark_h */
|