2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 19:11:22 +00:00
metaforce/Runtime/Graphics/CBooRenderer.hpp
2016-04-15 10:42:40 -10:00

21 lines
268 B
C++

#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__