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

11 lines
212 B
C++

#pragma once
#include <string>
#include "../../gs/GSHandler.h"
class CGsStateUtils
{
public:
static std::string GetInputState(CGSHandler*);
static std::string GetContextState(CGSHandler*, unsigned int);
};