mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
17 lines
218 B
C
17 lines
218 B
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
|