convert line ends
[canaan.git] / prj / cam / src / editor / otreeed.h
blob30ad67e90d1b782adde82510f6986739b14ca561
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 // $Header: r:/t2repos/thief2/src/editor/otreeed.h,v 1.2 1997/12/31 15:43:55 CCAROLLO Exp $
7 #pragma once
8 #ifndef __OTREEED_H
9 #define __OTREEED_H
12 // Provisional Object Tree Editing API
15 // Edit the hierarchy, start focused on an obj if possible.
16 EXTERN void EditObjHierarchyRoom(ObjID focus); // hack hack hack
17 EXTERN void EditObjHierarchy(ObjID focus);
19 #endif // __OTREEED_H