Play-/Source/ui_qt/DebugSupport/FrameDebugger/GsStateUtils.h

12 lines
204 B
C
Raw Normal View History

#pragma once
#include <string>
2019-06-04 22:56:44 -04:00
#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);
};