quakespasm/MacOSX/UpdateButton.h
Kristian Duske 0f5f656a00 Added the Sparkle framework to OS X launcher for automatic updates (this is not entirely ready for release yet).
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@254 af15c1b1-3010-417e-b628-4374ebc0bcbd
2010-08-08 13:17:35 +00:00

16 lines
218 B
Objective-C

//
// UpdateButton.h
// QuakeSpasm
//
// Created by Kristian Duske on 01.08.10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface UpdateButton : NSButton {
}
@end