~armagetronad-ct/armagetronad/0.4-advrim

« back to all changes in this revision

Viewing changes to src/tron/gOSXURLHandler.mm

  • Committer: Voodoo
  • Date: 2013-04-11 10:46:24 UTC
  • Revision ID: voodoo-20130411104624-zse1f33o7ten188z
merge -r 1454..1476 lp:armagetronad/0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
 */
28
28
 
29
 
#include "AAURLHandler.h"
 
29
#include "gOSXURLHandler.h"
30
30
#include "tString.h"
31
31
#include "nServerInfo.h"
32
32
#include "gCommandLineJumpStart.h"
 
33
#import <Cocoa/Cocoa.h>
33
34
 
34
35
@interface AAURLHandler : NSObject
35
36
{
115
116
 
116
117
AAURLHandler *urlhandler;
117
118
 
118
 
void SetupAAURLHandler()
 
119
void sg_SetupAAURLHandler()
119
120
{
120
121
    urlhandler = [[AAURLHandler alloc] init];
121
122
}
122
123
 
123
 
void StartAAURLHandler( bool & showSplash )
 
124
void sg_StartAAURLHandler( bool & showSplash )
124
125
{
125
126
    [urlhandler setShouldConnect:YES showSplash:&showSplash];
126
127
}
127
128
 
128
 
void CleanupAAURLHandler()
 
129
void sg_CleanupAAURLHandler()
129
130
{
130
131
    [urlhandler release];
131
132
}
 
 
b'\\ No newline at end of file'