2016-04-13 06:07:23 +00:00
|
|
|
#ifndef __URDE_CBOORENDERER_HPP__
|
|
|
|
#define __URDE_CBOORENDERER_HPP__
|
2015-08-18 05:54:43 +00:00
|
|
|
|
2016-03-04 23:04:53 +00:00
|
|
|
namespace urde
|
2015-08-18 05:54:43 +00:00
|
|
|
{
|
2015-08-22 01:58:41 +00:00
|
|
|
class IObjectStore;
|
|
|
|
class CMemorySys;
|
2016-04-15 20:42:40 +00:00
|
|
|
class IFactory;
|
2015-08-18 05:54:43 +00:00
|
|
|
|
|
|
|
class CBooRenderer
|
|
|
|
{
|
|
|
|
public:
|
2016-04-15 20:42:40 +00:00
|
|
|
CBooRenderer(IObjectStore&, IFactory&)
|
2015-08-18 05:54:43 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2016-04-13 06:07:23 +00:00
|
|
|
#endif // __URDE_CBOORENDERER_HPP__
|