mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
forgot to push some android adaptions
This commit is contained in:
parent
20fe52f8eb
commit
cfb6e98a8e
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,12 @@ void HideGraphWindow(void) {}
|
|||
|
||||
void RepaintGraphWindow(void) {}
|
||||
|
||||
void ShowPictureWindow(char *fn) {}
|
||||
|
||||
void HidePictureWindow(void) {}
|
||||
|
||||
void RepaintPictureWindow(void) {}
|
||||
|
||||
int push_cmdscriptfile(char *path, bool stayafter) { return PM3_SUCCESS; }
|
||||
|
||||
static bool OpenPm3(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue