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:
12
QuakeEd/TextureView.h
Normal file
12
QuakeEd/TextureView.h
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
@interface TextureView:View
|
||||
{
|
||||
id parent_i;
|
||||
int deselectIndex;
|
||||
}
|
||||
|
||||
- setParent:(id)from;
|
||||
- deselect;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user