19 lines
296 B
C++
19 lines
296 B
C++
#ifndef HALIBUT_RENDER_IOS_H_INCLUDED
|
|
#define HALIBUT_RENDER_IOS_H_INCLUDED
|
|
|
|
|
|
#include "include/Utils/Utils.h"
|
|
|
|
#include "include/Render/HalibutRender/HalibutRenderGLES20.h"
|
|
|
|
namespace SE
|
|
{
|
|
|
|
class THalibutRenderIos : public THalibutRendererGLES20
|
|
{
|
|
};
|
|
|
|
} //namespace SE
|
|
|
|
#endif
|