equal
deleted
inserted
replaced
|
1 /* $Id$ */ |
|
2 |
1 #ifndef MACOS_H |
3 #ifndef MACOS_H |
2 #define MACOS_H |
4 #define MACOS_H |
3 |
5 |
4 void ShowMacDialog ( const char *title, const char *message, const char *buttonLabel ); |
6 void ShowMacDialog ( const char *title, const char *message, const char *buttonLabel ); |
5 void ShowMacAssertDialog ( const char *function, const char *file, const int line, const char *expression ); |
7 void ShowMacAssertDialog ( const char *function, const char *file, const int line, const char *expression ); |