#ifndef __URDE_CBOORENDERER_HPP__ #define __URDE_CBOORENDERER_HPP__ namespace urde { class IObjectStore; class CMemorySys; class IFactory; class CBooRenderer { public: CBooRenderer(IObjectStore&, IFactory&) { } }; } #endif // __URDE_CBOORENDERER_HPP__