mirror of
https://github.com/pj64team/Project64-Legacy.git
synced 2026-04-02 12:45:18 +00:00
10 lines
252 B
C
10 lines
252 B
C
#ifndef __debugger_cheatsearch_h
|
|
#define __debugger_cheatsearch_h
|
|
|
|
extern HWND hCheatSearchDlg;
|
|
void Show_CheatSearchDlg (HWND hParent);
|
|
void Setup_CheatSearch_Window (HWND hParent);
|
|
void Close_CheatSearchDlg ();
|
|
void Apply_CheatSearchDev ();
|
|
|
|
#endif |