Play-/Source/ui_win32/FrameDebugger/GsContextStateView.h

17 lines
294 B
C
Raw Normal View History

#pragma once
#include "../RegViewPage.h"
#include "../../gs/GSHandler.h"
class CGsContextStateView : public CRegViewPage
{
public:
2018-04-30 21:01:23 +01:00
CGsContextStateView(HWND, const RECT&, unsigned int);
virtual ~CGsContextStateView();
2018-04-30 21:01:23 +01:00
void UpdateState(CGSHandler*);
private:
2018-04-30 21:01:23 +01:00
unsigned int m_contextId;
};