Source release of QuakeEd, the map editing application on NEXTSTEP for Quake.

This commit is contained in:
Travis Bradshaw
2012-01-31 15:51:12 -06:00
parent 6df9737f9c
commit e4cb063480
82 changed files with 28345 additions and 0 deletions

12
QuakeEd/TextureView.h Normal file
View File

@@ -0,0 +1,12 @@
@interface TextureView:View
{
id parent_i;
int deselectIndex;
}
- setParent:(id)from;
- deselect;
@end