convert line ends
[canaan.git] / prj / cam / src / render / textrgfh.h
blobc64a6bd0340cc6311ed42e6212b85ed5bb41df12
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 // $Header: r:/t2repos/thief2/src/render/textrgfh.h,v 1.3 2000/01/31 09:53:38 adurant Exp $
7 #pragma once
9 #ifndef __TEXTRGFH_H
10 #define __TEXTRGFH_H
11 #include <swappnp.h>
12 #include <gadget.h>
14 // create the texture gfh
15 EXTERN void CreateTextureGFH(LGadRoot* root, Rect* bounds, editBrush* brush);
16 EXTERN void DestroyTextureGFH(void);
18 #endif // __TEXTRGFH_H