Files
axyz/include/Engine/Rendering/TextPassState.h
T
2016-01-23 11:38:31 +01:00

15 lines
203 B
C++

#ifndef TextPassState_h__
#define TextPassState_h__
#include "Rendering/RenderState.h"
class TextPassState : public RenderState
{
public:
TextPassState();
~TextPassState();
private:
};
#endif