Changed name and made a TextPassState

This commit is contained in:
viktorljung
2016-01-23 11:38:31 +01:00
parent ea9c4d19d0
commit 445248af55
7 changed files with 46 additions and 17 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef TextPassState_h__
#define TextPassState_h__
#include "Rendering/RenderState.h"
class TextPassState : public RenderState
{
public:
TextPassState();
~TextPassState();
private:
};
#endif