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

11 lines
210 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);
};