2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 02:31:21 +00:00
metaforce/Runtime/Graphics/CBooRenderer.hpp
2015-08-18 12:51:54 -10:00

23 lines
365 B
C++

#ifndef __RETRO_CBOORENDERER_HPP__
#define __RETRO_CBOORENDERER_HPP__
#include "../CFactoryStore.hpp"
#include "../COsContext.hpp"
#include "../CMemory.hpp"
#include "../CResFactory.hpp"
namespace Retro
{
class CBooRenderer
{
public:
CBooRenderer(IObjectStore&, COsContext&, CMemorySys&, CResFactory&)
{
}
};
}
#endif // __RETRO_CBOORENDERER_HPP__