fixes to make it work on the Mac
[proxmark3.git] / client / guidummy.c
blob39bcc7561e991fe7bcafec376af97e931b7d311d
1 #include <stdio.h>
3 void ShowGraphWindow(void)
5 static int warned = 0;
7 if (!warned) {
8 printf("No GUI in this build!\n");
9 warned = 1;
13 void HideGraphWindow(void) {}
14 void RepaintGraphWindow(void) {}
15 void MainGraphics() {}
16 void InitGraphics(int argc, char **argv) {}
17 void ExitGraphics(void) {}