1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client/OSX.mm
2013-03-01 21:32:26 +00:00

8 lines
188 B
Plaintext

#import <Cocoa/Cocoa.h>
#import "Sparkle.h"
void OSX_checkForUpdates() {
SUUpdater* updater = [[SUUpdater alloc] init];
[[SUUpdater sharedUpdater] checkForUpdatesInBackground];
}