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

12 lines
210 B
C
Raw Normal View History

#pragma once
#include <string>
#include "../../gs/GSHandler.h"
class CGsStateUtils
{
public:
2018-04-30 21:01:23 +01:00
static std::string GetInputState(CGSHandler*);
static std::string GetContextState(CGSHandler*, unsigned int);
};