mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-13 00:34:11 +00:00
38c31f616f
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@254 af15c1b1-3010-417e-b628-4374ebc0bcbd
16 lines
218 B
Objective-C
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
|