Play-/Source/ui_win32/FrameDebugger/GsContextStateView.h
2018-04-30 21:01:23 +01:00

16 lines
294 B
C++

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