From c027389c176e2f3b63f0b0180fe58cd12d50905d Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 2 Jun 2007 23:08:25 +0000 Subject: [PATCH] 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. --- stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.m | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.m b/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.m index 1670408d2d..1f93a2f0db 100644 --- a/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.m +++ b/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.m @@ -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;