OpenBarnyard
 
Loading...
Searching...
No Matches
T2Render.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef TRENDERINTERFACE_GL
4
5# define TOSHI_USES_CUSTOM_RENDERER
6# include "T2RenderCommon.h"
8
9TSTATICASSERT( Toshi::T2Render::API == Toshi::T2RenderAPI::OpenGL );
10
11#endif // TRENDERINTERFACE_GL
#define TSTATICASSERT(...)
Definition Defines.h:67