0cf8d26557
This reverts commit b908a9f9c6.
15 lines
228 B
C++
15 lines
228 B
C++
#ifndef DrawFinalPassState_h__
|
|
#define DrawFinalPassState_h__
|
|
|
|
#include "Rendering/RenderState.h"
|
|
|
|
class DrawFinalPassState : public RenderState
|
|
{
|
|
public:
|
|
DrawFinalPassState();
|
|
~DrawFinalPassState();
|
|
private:
|
|
|
|
};
|
|
|
|
#endif |