OpenBarnyard
 
Loading...
Searching...
No Matches
TViewport_DX8.h
Go to the documentation of this file.
1#pragma once
2#include "Render/TViewport.h"
3
5
11class TViewportHAL : public Toshi::TViewport
12{
13public:
15 : TViewport( a_bFlag )
16 {}
17};
18
#define TOSHI_NAMESPACE_START
Definition Defines.h:47
#define TOSHI_NAMESPACE_END
Definition Defines.h:50
bool TBOOL
Definition Typedefs.h:6
TViewportHAL(TBOOL a_bFlag)