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