Play-/Source/ui_win32/FrameDebugger/GsContextStateView.h
2015-05-06 01:27:59 -04:00

16 lines
310 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;
};