00001 00017 #ifndef GFXMCVECLISTCFG_H 00018 #define GFXMCVECLISTCFG_H 00019 00020 #include "GfxCfg.h" 00021 #include <Conventions/PlaneView.h> 00022 00023 class Registry; 00024 00025 class GfxMCVecListCfg : public GfxCfg 00026 { 00027 00028 public: 00029 00030 GfxMCVecListCfg(Registry* initial_config = 0); 00031 ~GfxMCVecListCfg(); 00032 00033 }; // end of class GfxMCVecListCfg 00034 00035 #endif // GFXMCVECLISTCFG_H
1.3.9.1