3 |
|
* |
4 |
|
* misc_macosx.h - Some prototypes of functions defined in misc_macosx.mm |
5 |
|
* |
6 |
< |
* Basilisk II (C) 1997-2001 Christian Bauer |
6 |
> |
* Basilisk II (C) 1997-2005 Christian Bauer |
7 |
|
* |
8 |
|
* This program is free software; you can redistribute it and/or modify |
9 |
|
* it under the terms of the GNU General Public License as published by |
32 |
|
NSString *button, NSWindow *win), |
33 |
|
InfoSheet (NSString *msg, NSWindow *win), |
34 |
|
InfoSheet (NSString *msg1, NSString *msg2, |
35 |
< |
NSString *button, NSWindow *win); |
35 |
> |
NSString *button, NSWindow *win), |
36 |
> |
EndSheet (NSWindow * window); |
37 |
|
|
38 |
|
extern int frequencyToTickDelay (float frequency); |