Add prototypes to silence warnings since LoadingWindow_Cocoa.h isn't included and it's pointless to do the work required allow it to be included from an objective-c file.

This commit is contained in:
Steve Checkoway
2007-06-02 23:08:25 +00:00
parent f8d851d317
commit c027389c17
@@ -2,6 +2,10 @@
#import "ProductInfo.h"
#import "archutils/Darwin/SMMainThread.h"
void MakeNewCocoaWindow( const void *data, unsigned length );
void DisposeOfCocoaWindow( void );
void SetCocoaWindowText( const char *s );
static NSWindow *g_window = nil;
static NSTextView *g_text = nil;