mirror of
https://github.com/id-Software/Quake-Tools.git
synced 2026-03-20 00:49:35 +01:00
Source release of QuakeEd, the map editing application on NEXTSTEP for Quake.
This commit is contained in:
11
QuakeEd/ZScrollView.h
Normal file
11
QuakeEd/ZScrollView.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#import <appkit/appkit.h>
|
||||
|
||||
@interface ZScrollView : ScrollView
|
||||
{
|
||||
id button1;
|
||||
}
|
||||
|
||||
- initFrame:(const NXRect *)frameRect button1: b1;
|
||||
- tile;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user