00001 // KB 5/15/01 \Ken90\Include\SDK\HProp.h 00002 00003 #define __HPROP_H 00004 00005 #ifndef _SMALLPDB 00006 00007 #ifndef __HOBJECT_H 00008 #include "HObject.h" 00009 #endif 00010 00011 //********************************************************* 00012 //** HPropCache 00013 //********************************************************* 00014 class PLUGINEXPORT HPropCache : public HObjectCache 00015 { 00016 public: 00017 IEPolyModel *GetIEPolyModel(); 00018 }; 00019 00020 //********************************************************* 00021 //** HProp 00022 //********************************************************* 00023 class PLUGINEXPORT HProp : public HObject 00024 { 00025 public: 00026 }; 00027 00028 #endif
Generated on Thu Oct 27 11:46:46 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001