mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
15 lines
315 B
C++
15 lines
315 B
C++
#pragma once
|
|
|
|
// GE-related windows of the ImDebugger
|
|
|
|
struct ImConfig;
|
|
|
|
class FramebufferManagerCommon;
|
|
|
|
void DrawFramebuffersWindow(ImConfig &cfg, FramebufferManagerCommon *framebufferManager);
|
|
void DrawDisplayWindow(ImConfig &cfg, FramebufferManagerCommon *framebufferManager);
|
|
|
|
class ImGeDebugger {
|
|
public:
|
|
|
|
};
|