mirror of
https://github.com/jpd002/Play-.git
synced 2025-05-03 07:57:58 +03:00
14 lines
261 B
C
14 lines
261 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include "../RegViewPage.h"
|
||
|
#include "../../GSHandler.h"
|
||
|
|
||
|
class CGsInputStateView : public CRegViewPage
|
||
|
{
|
||
|
public:
|
||
|
CGsInputStateView(HWND, const RECT&);
|
||
|
virtual ~CGsInputStateView();
|
||
|
|
||
|
void UpdateState(CGSHandler*);
|
||
|
};
|