mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-30 10:39:12 +02:00
8 lines
252 B
C++
8 lines
252 B
C++
#pragma once
|
|
|
|
#include "../../Common/CommonTypes.h"
|
|
class DebugInterface;
|
|
|
|
bool executeExpressionWindow(HWND hwnd, DebugInterface* cpu, u32& dest);
|
|
void displayExpressionError(HWND hwnd);
|
|
bool parseExpression(char* exp, DebugInterface* cpu, u32& dest); |