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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user