Play-/Source/ui_qt/DebugSupport/FrameDebugger/GsStateUtils.h
2021-01-07 21:47:32 +00:00

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