Play-/Source/ui_win32/FrameDebugger/GsStateUtils.h

12 lines
212 B
C
Raw Normal View History

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