00001 // KB 5/15/01 \Ken90\Include\SDK\HLayer.h 00002 00003 #define __HLAYER_H 00004 00005 #ifndef _SMALLPDB 00006 00007 #ifndef __HMODEL_H 00008 #include "HModel.h" 00009 #endif 00010 00011 00012 //********************************************************* 00013 //** HLayerCache 00014 //********************************************************* 00015 class PLUGINEXPORT HLayerCache : public HModelCache 00016 { 00017 public: 00018 // Properties 00019 }; 00020 00021 //********************************************************* 00022 //** HLayer 00023 //********************************************************* 00024 class PLUGINEXPORT HLayer : public HModel 00025 { 00026 public: 00027 // Properties 00028 }; 00029 00030 00031 /* 00032 TODO 00033 Clip stuff 00034 */ 00035 00036 #endif
Generated on Thu Oct 27 11:46:45 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001